commit b284dee5a6b6033809cf701fff3db682c3250703 parent 1a22a67bba80ca9b91e1a5b24c744a9fd065b97b Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 22 Feb 2015 19:37:43 +0100 add missing bracket Diffstat:
| M | themes/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>