commit | a42f38709d4628ba7e93d62a26d405bfbc0eeb69 | [log] [tgz] |
---|---|---|
author | Rick Ellis <rick.ellis@ellislab.com> | Wed Oct 01 01:33:52 2008 +0000 |
committer | Rick Ellis <rick.ellis@ellislab.com> | Wed Oct 01 01:33:52 2008 +0000 |
tree | 148df334cb1f10b33faf47a7ea46290b7b7fa426 | |
parent | c3b33befcbcc7846a638c8af8f08e1eafc7b79c2 [diff] |
Removed some errant spaces
diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php index 58a7065..9579944 100644 --- a/system/libraries/Pagination.php +++ b/system/libraries/Pagination.php
@@ -88,7 +88,7 @@ { $this->$key = $val; } - } + } } } @@ -118,7 +118,7 @@ } // Determine the current page number. - $CI =& get_instance(); + $CI =& get_instance(); if ($CI->config->item('enable_query_strings') === TRUE OR $this->page_query_string === TRUE) {