diff options
Diffstat (limited to 'view/php/default.php')
-rw-r--r-- | view/php/default.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/php/default.php b/view/php/default.php index 80c8070b2..ae4da50b4 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -10,8 +10,8 @@ <aside><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
<section><?php if(x($page,'content')) echo $page['content']; ?>
<div id="page-footer"></div>
- <div id="pause"></div> - </section> + <div id="pause"></div>
+ </section>
<right_aside><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></right_aside>
<footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>
</body>
|