Add missing div close tag to multipage control
This commit is contained in:
committed by
WineHQ
parent
d4c7b3f9f7
commit
db00c49d73
@@ -760,6 +760,7 @@ class ObjectManager
|
|||||||
$this->makeUrl()."&iItemsPerPage=$iItemsPerPage");
|
$this->makeUrl()."&iItemsPerPage=$iItemsPerPage");
|
||||||
|
|
||||||
echo $sControls;
|
echo $sControls;
|
||||||
|
echo "</div>\n";
|
||||||
|
|
||||||
/* Fill the MultiPage object with the LIMIT related values */
|
/* Fill the MultiPage object with the LIMIT related values */
|
||||||
$iLowerLimit = ($iPage - 1) * $iItemsPerPage;
|
$iLowerLimit = ($iPage - 1) * $iItemsPerPage;
|
||||||
|
|||||||
Reference in New Issue
Block a user