aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-03-16 06:38:08 +0000
committerRick Olson <technoweenie@gmail.com>2006-03-16 06:38:08 +0000
commit17e1f7b3547600964204d06df37c33a540e7f699 (patch)
treecf37533286ef04b261efa8019c8d61a1faa36ea2 /actionpack
parentee1ae44e0e8229084469f06a6038642993d9f76a (diff)
downloadrails-17e1f7b3547600964204d06df37c33a540e7f699.tar.gz
rails-17e1f7b3547600964204d06df37c33a540e7f699.tar.bz2
rails-17e1f7b3547600964204d06df37c33a540e7f699.zip
trivial documentation patch for #pagination_links [Francois Beausoleil] closes #4258
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3899 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_view/helpers/pagination_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/pagination_helper.rb b/actionpack/lib/action_view/helpers/pagination_helper.rb
index 51510599fb..6123b7381a 100644
--- a/actionpack/lib/action_view/helpers/pagination_helper.rb
+++ b/actionpack/lib/action_view/helpers/pagination_helper.rb
@@ -6,7 +6,7 @@ module ActionView
#
# <%= link_to "Previous page", { :page => paginator.current.previous } if paginator.current.previous %>
#
- # <%= link_to "Next page", { :page => paginator.current.next } if paginator.current.next =%>
+ # <%= link_to "Next page", { :page => paginator.current.next } if paginator.current.next %>
module PaginationHelper
unless const_defined?(:DEFAULT_OPTIONS)
DEFAULT_OPTIONS = {