]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Merged 6482 to trunk.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 13 Jun 2010 20:27:49 +0000 (20:27 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 13 Jun 2010 20:27:49 +0000 (20:27 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6483 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/navigation/pagination.php

index e0c57637d346058cf3ca2f769ae310ab2eb89c36..9747ddae403cd02db3597d381d6ac7cef7c965e2 100644 (file)
@@ -86,7 +86,7 @@ if (($count > $limit || $offset > 0) && get_context() != 'widget') {
                        if ($curoffset != $offset) {
                                echo " <a href=\"{$counturl}\" class='pagination_number'>{$i}</a> ";
                        } else {
-                               echo "<span class='pagination_currentpage'> {$i} </span>";
+                               echo "<span class='pagination_currentpage'>{$i}</span>";
                        }
                        $prev = $i;
 
@@ -109,4 +109,4 @@ if (($count > $limit || $offset > 0) && get_context() != 'widget') {
        ?>
        </div>
        <?php
-}
\ No newline at end of file
+} // end of pagination check if statement