Fixing option documentation.

This commit is contained in:
mark_story 2010-12-27 10:40:21 -05:00
parent 56415f20cb
commit c5c638e8f5

View file

@ -707,7 +707,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 ' | '
* *