summaryrefslogtreecommitdiffstats
path: root/views/layouts/default.html.php
diff options
context:
space:
mode:
authorMichael Francis <edude03@gmail.com>2011-07-10 00:38:49 -0400
committerMichael Francis <edude03@gmail.com>2011-07-10 00:38:49 -0400
commitde15fbb36c8c278f94e3b16d53b54a59b5a5e62a (patch)
treef00438bec75fbb0c4a9bc0f4103b2baa777c31f4 /views/layouts/default.html.php
parent210af8f7fe28c2bf522f78e95ad4b4bcf5e17dae (diff)
parentad5794499b015983204906723372e716a914e9ad (diff)
downloadotakuhub-de15fbb36c8c278f94e3b16d53b54a59b5a5e62a.tar.xz
Merge branch 'master' of git.raylu.net:otakuhub
Diffstat (limited to 'views/layouts/default.html.php')
-rw-r--r--views/layouts/default.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php
index a81dbe8..d74fd88 100644
--- a/views/layouts/default.html.php
+++ b/views/layouts/default.html.php
@@ -66,7 +66,7 @@ use \lithium\security\Auth;
<br class="cl" />
</header>
<div id="page">
- <?php echo $this->content() ?>
+ <?php echo $this->content() ?>
</div>
<footer>
<p>Copyright ©2011, <a href="http://www.melenion.org">Melenion Dev Studios</a></p>