Fixing option documentation.

This commit is contained in:
mark_story 2010-12-27 10:40:21 -05:00
parent af608f68ef
commit fd88d57513

View file

@ -730,7 +730,7 @@ class PaginatorHelper extends AppHelper {
* ### Options: * ### Options:
* *
* - `tag` The tag wrapping tag you want to use, defaults to 'span' * - `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() * - `model` The model to use defaults to PaginatorHelper::defaultModel()
* - `separator` Content between the generated links, defaults to ' | ' * - `separator` Content between the generated links, defaults to ' | '
* - `ellipsis` Content for ellipsis, defaults to '...' * - `ellipsis` Content for ellipsis, defaults to '...'