aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/history.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/history.php')
-rw-r--r--h-source/Application/Views/history.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/h-source/Application/Views/history.php b/h-source/Application/Views/history.php
index 55032f0..0dea6a6 100644
--- a/h-source/Application/Views/history.php
+++ b/h-source/Application/Views/history.php
@@ -20,6 +20,8 @@
// along with h-source. If not, see <http://www.gnu.org/licenses/>.
?>
+ <?php if (!$isDeleted) { ?>
+
<div class="notebooks_viewall">
<ul class="page_history">
@@ -52,4 +54,10 @@
<div class="history_page_list">
<?php echo gtext("page list");?>: <?php echo $pageList;?>
- </div> \ No newline at end of file
+ </div>
+
+ <?php } else { ?>
+
+ <div style="clear:both;"></div>
+
+ <?php } ?> \ No newline at end of file