From b795bd5acee960cccfbb6783b271e82ae1172e29 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 25 Feb 2012 11:06:14 +0000 Subject: [PATCH] Fixed escaping issue with Rails 3.1. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8994 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/versions/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index 5c32da515..71a756ea7 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -57,7 +57,7 @@ 'Element.toggleClassName("toggle-completed-versions", "collapsed"); Element.toggle("completed-versions")', :id => 'toggle-completed-versions', :class => 'collapsible collapsed' %>

<% end %>