remove unnecessary h() from diff filename (#12641)

On Rails3, escaping is default.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11544 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-03-07 07:24:46 +00:00
parent b53b7b1acd
commit 8e92ffc191
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<thead>
<tr>
<th colspan="4" class="filename">
<%= h(Redmine::CodesetUtil.to_utf8_by_setting(table_file.file_name)) %>
<%= Redmine::CodesetUtil.to_utf8_by_setting(table_file.file_name) %>
</th>
</tr>
</thead>
@ -40,7 +40,7 @@
<thead>
<tr>
<th colspan="3" class="filename">
<%= h(Redmine::CodesetUtil.to_utf8_by_setting(table_file.file_name)) %>
<%= Redmine::CodesetUtil.to_utf8_by_setting(table_file.file_name) %>
</th>
</tr>
</thead>