rpicms

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

commit f1155352ec4e045f1ed630cfd6e91c78f218164b
parent 0feb8bcf84933a470ec7d1a0c4de22594d16bf17
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 22 Feb 2015 19:58:18 +0100

fix second bug

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

diff --git a/themes/jumbotron/update.php b/themes/jumbotron/update.php @@ -63,7 +63,7 @@ if ($update->newVersionAvailable()) { } else { echo 'Current Version is up to date<br>'; } -} + ?> <!DOCTYPE html>