diff options
author | raylu <raylu@mixpanel.com> | 2011-07-08 09:49:39 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-08 09:49:39 -0700 |
commit | ad5794499b015983204906723372e716a914e9ad (patch) | |
tree | 64b85ee236df169f5f98d056d4db262d13f38f32 /views/layouts | |
parent | 9ce23b97954ffd22b4f9831ae3a795f01b347d0b (diff) | |
download | otakuhub-ad5794499b015983204906723372e716a914e9ad.tar.xz |
casing fix in search controller and whitespace in layout
Diffstat (limited to 'views/layouts')
-rw-r--r-- | views/layouts/default.html.php | 2 |
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> |