rpicms

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

commit 0dfaedffb0cda7d2a7531b99c71c7afb7c0d0736
parent e6e44412cefc0aba4f24372c03e30929aa86bcaf
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 19:43:24 +0100

fix wrong characters in accentbox index.php

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

diff --git a/themes/accentbox/index.php b/themes/accentbox/index.php @@ -60,7 +60,7 @@ header("Cache-Control: no-cache, must-revalidate, no-store"); <h2 class='title'> <a href='index.php?id=$id' rel='bookmark'> $post_title </a> </h2> - <div class="post-info"> + <div class='post-info'> <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> @@ -86,7 +86,7 @@ header("Cache-Control: no-cache, must-revalidate, no-store"); <h2 class='title'> <a href='index.php?id=$id' rel='bookmark'> $post_title </a> </h2> - <div class="post-info"> + <div class='post-info'> <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>