From 3f126c35b8d4fbb2735b8150e37350cdd1de61c6 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 20 Aug 2011 10:55:02 +0000 Subject: [PATCH] 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 --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5