summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/mantra/404.php')
-rw-r--r--themes/mantra/404.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/mantra/404.php b/themes/mantra/404.php
index 150ee244..c3d5f5ea 100644
--- a/themes/mantra/404.php
+++ b/themes/mantra/404.php
@@ -22,11 +22,13 @@ get_header(); ?>
</div><!-- #post-0 -->
</div><!-- #content -->
-<?php get_sidebar(); ?>
+
+ <?php get_sidebar(); ?>
+
</div><!-- #container -->
<script type="text/javascript">
// focus on search field after it has loaded
document.getElementById('s') && document.getElementById('s').focus();
</script>
-<?php get_footer(); ?> \ No newline at end of file
+<?php get_footer(); \ No newline at end of file