Rails3: use String#html_hours for pagination_links_full() at ApplicationHelper.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6483 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-08-20 10:55:02 +00:00
parent a77c1bcf6d
commit 3f126c35b8
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ module ApplicationHelper
end
end
html
html.html_safe
end
def per_page_links(selected=nil)