From b38822e50645ac2d4c630258e13f727494241e71 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 13 Nov 2017 13:49:32 +0100 Subject: [PATCH] Fix history.archive layout --- public_html/index.php | 1 - public_html/view/history.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/public_html/index.php b/public_html/index.php index 67b94aa..370c56b 100755 --- a/public_html/index.php +++ b/public_html/index.php @@ -15,7 +15,6 @@ $session_guard = new TreeTokenNull(1000); - /*******************************************/ /* DEBUGGER */ /*******************************************/ diff --git a/public_html/view/history.php b/public_html/view/history.php index 3a0331c..7618291 100755 --- a/public_html/view/history.php +++ b/public_html/view/history.php @@ -72,7 +72,7 @@ /* [3] Archive -> Archivage des logs =========================================================*/ - echo "
"; + echo "
"; $view = View::load('history.archive'); echo $view->render();