From fe895adb95732d334ebeb0837e69e4c956cd7e33 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 30 Mar 2013 19:37:09 +0100 Subject: [PATCH] Fix: Bad div --- htdocs/categories/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/categories/index.php b/htdocs/categories/index.php index aeed1760f00..4e9f376977c 100644 --- a/htdocs/categories/index.php +++ b/htdocs/categories/index.php @@ -121,12 +121,13 @@ if ($catname || $id > 0) } print ""; } +else print ' '; //print ''; -print '
'; +print ''; -print '
'; +print '

'; // Charge tableau des categories @@ -187,6 +188,7 @@ else print ""; +print '
'; llxFooter();