]> source.dussan.org Git - redmine.git/commitdiff
Rails3: use String#html_hours for pagination_links_full() at ApplicationHelper.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 20 Aug 2011 10:55:02 +0000 (10:55 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 20 Aug 2011 10:55:02 +0000 (10:55 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6483 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/helpers/application_helper.rb

index 2a9c53a2cccdffd5e894e3797f774afb4573a925..1d4a36f1298e323607236f824e7918457a49e920 100644 (file)
@@ -377,7 +377,7 @@ module ApplicationHelper
       end
     end
 
-    html
+    html.html_safe
   end
 
   def per_page_links(selected=nil)