From 98a4a3d84695ec459c2aec5e57323cc6f8a48e71 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Tue, 28 Oct 2008 19:11:13 +0000 Subject: replaced with in Pagination --- system/libraries/Pagination.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/libraries/Pagination.php') diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php index 5435f42da..ed912d26a 100644 --- a/system/libraries/Pagination.php +++ b/system/libraries/Pagination.php @@ -42,8 +42,8 @@ class CI_Pagination { var $first_tag_close = ' '; var $last_tag_open = ' '; var $last_tag_close = ''; - var $cur_tag_open = ' '; - var $cur_tag_close = ''; + var $cur_tag_open = ' '; + var $cur_tag_close = ''; var $next_tag_open = ' '; var $next_tag_close = ' '; var $prev_tag_open = ' '; -- cgit v1.2.3-24-g4f1b