Skip to content

Commit

Permalink
Fixing option documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 27, 2010
1 parent af608f6 commit fd88d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/view/helpers/paginator.php
Expand Up @@ -730,7 +730,7 @@ public function numbers($options = array()) {
* ### Options:
*
* - `tag` The tag wrapping tag you want to use, defaults to 'span'
* - `before` Content to insert before the link/tag
* - `after` Content to insert after the link/tag
* - `model` The model to use defaults to PaginatorHelper::defaultModel()
* - `separator` Content between the generated links, defaults to ' | '
* - `ellipsis` Content for ellipsis, defaults to '...'
Expand Down

0 comments on commit fd88d57

Please sign in to comment.