rpicms

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

commit b9f67e381047322a7d3d7e7a62805d98d539cf64
parent fd973cd5b46ecafaeb9496b5c2da8c27fe59300e
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 10:19:49 +0100

delete one </br> tag

Diffstat:
Mthemes/jumbotron/index.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -81,7 +81,7 @@ <div> <p> <?php - echo "$post_text</br></br>"; + echo "$post_text</br>"; ?> </p> </div>