From: Toshi MARUYAMA Date: Sat, 20 Aug 2011 10:55:02 +0000 (+0000) Subject: Rails3: use String#html_hours for pagination_links_full() at ApplicationHelper. X-Git-Tag: 1.3.0~1478 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3f126c35b8d4fbb2735b8150e37350cdd1de61c6;p=redmine.git 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 --- diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 2a9c53a2c..1d4a36f12 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -377,7 +377,7 @@ module ApplicationHelper end end - html + html.html_safe end def per_page_links(selected=nil)