rpicms

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

commit fd973cd5b46ecafaeb9496b5c2da8c27fe59300e
parent c8c1a89079a2c7ab65858e6b1b9344ca3268eb88
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 10:18:24 +0100

fixed wrong text format in jumbotron

Diffstat:
Mthemes/jumbotron/index.php | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -78,11 +78,12 @@ ?> </h4> </div> - <div class="post-content image-caption-format-1"> - </a> + <div> + <p> <?php echo "$post_text</br></br>"; ?> + </p> </div> <p><a class="btn btn-primary btn-lg" href="http://rpicms.readthedocs.org/de/develop/features/themes.html" role="button">Learn more &raquo;</a></p> </div>