From 477c5efb72310cf880ee5fc0fd2f6fe3626a4592 Mon Sep 17 00:00:00 2001 From: Edwin Smulders Date: Mon, 23 Jul 2007 20:15:21 +0000 Subject: [PATCH] Fix a   that had a missing ; in the page selector code --- include/util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/util.php b/include/util.php index 9f3fc82..b896f30 100644 --- a/include/util.php +++ b/include/util.php @@ -667,9 +667,9 @@ function display_page_range($iCurrentPage=1, $iPageRange=1, $iTotalPages=1, $sLi if($iCurrentPage != 1) { - echo "|< "; + echo "|< "; $iPreviousPage = $iCurrentPage - 1; - echo "< "; + echo "< "; } else { echo "|< < ";