summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-09-03 17:55:37 +0000
committerDries Buytaert <dries@buytaert.net>2010-09-03 17:55:37 +0000
commit13ff244505e8d13411c8acb5cd70bf02ed33eb56 (patch)
tree00030a1d96a40c08b28815ce7ed5766582ed05bd /themes/garland
parent74a65d8839d7f0782355e59b1b39da41943929a4 (diff)
downloadbrdo-13ff244505e8d13411c8acb5cd70bf02ed33eb56.tar.gz
brdo-13ff244505e8d13411c8acb5cd70bf02ed33eb56.tar.bz2
- Patch #599746 by Jeff Burnz: missing Semi Colon.
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/page.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php
index 44017455a..2ea573836 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -56,7 +56,7 @@
<?php print render($page['content']); ?>
</div>
<?php print $feed_icons ?>
- <?php print render($page['footer']) ?>
+ <?php print render($page['footer']); ?>
</div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center -->
<?php if ($page['sidebar_second']): ?>