- Patch #599746 by Jeff Burnz: missing Semi Colon.

merge-requests/26/head
Dries Buytaert 2010-09-03 17:55:37 +00:00
parent 74a65d8839
commit 13ff244505
1 changed files with 1 additions and 1 deletions

View File

@ -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']): ?>