commit | bd6bee75dd26ade1c8d9cfd104bb913065797c59 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Sat Oct 21 19:39:00 2006 +0000 |
committer | admin <devnull@localhost> | Sat Oct 21 19:39:00 2006 +0000 |
tree | d6f4ad19ef131b950e2cab3807c3479ad328cc0c | |
parent | 23db0ddcd518b8a6ab8b7688a3eab756a73463f0 [diff] [blame] |
diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php index b29571e..26fb93e 100644 --- a/system/libraries/Pagination.php +++ b/system/libraries/Pagination.php
@@ -199,7 +199,7 @@ } // Kill double slashes. Note: Sometimes we can end up with a double slash - // in the penultimate link so we'll kill all double shashes. + // in the penultimate link so we'll kill all double slashes. $output = preg_replace("#([^:])//+#", "\\1/", $output); // Add the wrapper HTML if exists