aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/timeline.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/templates/timeline.php')
-rw-r--r--app/view/templates/timeline.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/view/templates/timeline.php b/app/view/templates/timeline.php
index f06180e..e3c6438 100644
--- a/app/view/templates/timeline.php
+++ b/app/view/templates/timeline.php
@@ -6,9 +6,8 @@
<?php $this->start('page') ?>
-<body>
- <?php $this->insert('backtopbar', ['user' => $user, 'tab' => 'timeline', 'pagelist' => $pagelist]) ?>
+<?php $this->insert('backtopbar', ['user' => $user, 'tab' => 'timeline', 'pagelist' => $pagelist]) ?>
<?php if($user->iseditor()) { ?>
@@ -97,7 +96,6 @@ foreach ($groupedeventlist as $eventuser) {
</section>
-</body>