Defect #11511 ยป 0001-Fix-too-escaped-strong-in-confirmation-page.diff
app/views/projects/destroy.html.erb (working copy) | ||
---|---|---|
4 | 4 |
<%=l(:text_project_destroy_confirmation)%> |
5 | 5 | |
6 | 6 |
<% if @project_to_destroy.descendants.any? %> |
7 |
<br /><%= l(:text_subprojects_destroy_warning, content_tag('strong', h(@project_to_destroy.descendants.collect{|p| p.to_s}.join(', ')))) %> |
|
7 |
<br /><%= l(:text_subprojects_destroy_warning, content_tag('strong', h(@project_to_destroy.descendants.collect{|p| p.to_s}.join(', ')))).html_safe %>
|
|
8 | 8 |
<% end %> |
9 | 9 |
</p> |
10 | 10 |
<p> |