From db00c49d73007c8e1278b1e97952f29cc94d8381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Sat, 25 Aug 2007 16:01:58 +0000 Subject: [PATCH] Add missing div close tag to multipage control --- include/objectManager.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/objectManager.php b/include/objectManager.php index 8afe07f..6025c6f 100644 --- a/include/objectManager.php +++ b/include/objectManager.php @@ -760,6 +760,7 @@ class ObjectManager $this->makeUrl()."&iItemsPerPage=$iItemsPerPage"); echo $sControls; + echo "\n"; /* Fill the MultiPage object with the LIMIT related values */ $iLowerLimit = ($iPage - 1) * $iItemsPerPage;