rpicms

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

commit b284dee5a6b6033809cf701fff3db682c3250703
parent 1a22a67bba80ca9b91e1a5b24c744a9fd065b97b
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 22 Feb 2015 19:37:43 +0100

add missing bracket

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

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