rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 6e2dd25f76d157e0b0da762e59b9b3cc2193f4a4
parent 1ef03d5be25ff779407934cae306a46ac7f61213
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 19:46:50 +0100

fix double pipes

Diffstat:
Mthemes/accentbox/index.php | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/themes/accentbox/index.php b/themes/accentbox/index.php @@ -67,8 +67,8 @@ if (!$empty){ <a href='index.php?id=$id' rel='bookmark'> $post_title </a> </h2> <div class='post-info'> - <span class='theauthor'><a href='#' rel='author'>$post_author</a></span> | - <time>$post_date</time> | + <span class='theauthor'><a href='#' rel='author'>$post_author</a></span> + <time>$post_date</time> <span class='thecategory'><a href='#' rel='category tag'>$post_categrory</a></span></br> </div> </header><!--.header @@ -93,8 +93,8 @@ if (!$empty){ <a href='index.php?id=$id' rel='bookmark'> $post_title </a> </h2> <div class='post-info'> - <span class='theauthor'><a href='#' rel='author'>$post_author</a></span> | - <time>$post_date</time> | + <span class='theauthor'><a href='#' rel='author'>$post_author</a></span> + <time>$post_date</time> <span class='thecategory'><a href='#' rel='category tag'>$post_categrory</a></span></br> </div> </header><!--.header