rpicms

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

commit 583512fa466df18b50f9a10d5fd2e16e12299ef2
parent ca7596d77cc21b1639e03d245e0ea5ca3c6c4565
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 22 Nov 2014 21:29:52 +0100

move the </br> tags :D

Diffstat:
Mthemes/jumbotron/index.php | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -66,15 +66,17 @@ ?> <h1> <?php - echo "<a href='#' rel='bookmark'> $post_title </a></br></br>"; + echo "<a href='#' rel='bookmark'> $post_title </a></br>"; ?> </h1> <div> + <h2> <?php echo "<span class='theauthor'><a href='#' rel='author'>$post_author</a></span> | "; echo "<time>$post_date</time> | "; echo "<span class='thecategory'><a href='#' rel='category tag'>$post_categrory</a></span></br>"; ?> + </h2> </div> <div class="post-content image-caption-format-1"> </a>