diff options
author | friendica <info@friendica.com> | 2013-07-21 20:19:05 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-21 20:19:05 -0700 |
commit | 9b8e3e41f1b582f3eb0ff70edd0e22b7fb9b4e89 (patch) | |
tree | 674566373542f3c412cbe25d03eea543ee8b4e70 /view | |
parent | 19557e7718aeb9177f5db833180ec7ebb9f22212 (diff) | |
download | volse-hubzilla-9b8e3e41f1b582f3eb0ff70edd0e22b7fb9b4e89.tar.gz volse-hubzilla-9b8e3e41f1b582f3eb0ff70edd0e22b7fb9b4e89.tar.bz2 volse-hubzilla-9b8e3e41f1b582f3eb0ff70edd0e22b7fb9b4e89.zip |
get rid of ugly article wrapper
Diffstat (limited to 'view')
-rw-r--r-- | view/php/default.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/view/php/default.php b/view/php/default.php index 0f8847386..ae4da50b4 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -6,7 +6,6 @@ <?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
</head>
<body>
- <article>
<?php if(x($page,'nav')) echo $page['nav']; ?>
<aside><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
<section><?php if(x($page,'content')) echo $page['content']; ?>
@@ -15,7 +14,6 @@ </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>
- </article>
</body>
</html>
|