[#263] Fix XSS regression from merge

This commit is contained in:
Eric Davis 2011-07-29 15:04:22 -07:00
parent e7e4557009
commit 8c183dda2e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
</tr>
<tr>
<th class="priority"><%=l(:field_priority)%>:</th>
<td class="priority"><%= @issue.priority.name %></td>
<td class="priority"><%= h(@issue.priority.name) %></td>
<th class="fixed-version"><%=l(:field_fixed_version)%>:</th>
<td class="fixed-version"><%= @issue.fixed_version ? link_to_version(@issue.fixed_version) : "-" %></td>