rpicms

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

commit dc58e7e909f70528b9b4d9a6c6496010135fb242
parent e22dfb2bf335d882d9474228b3f4ea743e080f23
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 11:43:14 +0100

delete not needed charakter

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 @@ -79,7 +79,7 @@ <?php $x = 1; while ($x < $post_id_clean){ - echo "{($post_id[1]}"; + echo "{$post_id[1]}"; #echo "<a href='index.php?id=".$post_id[$x]."' rel='bookmark'> $post_title </a>"; $x = $x + 1; }