HTML escape at app/views/repositories/revision.rhtml.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6384 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
19f62c96a6
commit
05eeb7cc6f
|
@ -25,7 +25,7 @@
|
|||
|
||||
<h2><%= l(:label_revision) %> <%= format_revision(@changeset) %></h2>
|
||||
|
||||
<p><% if @changeset.scmid %>ID: <%= @changeset.scmid %><br /><% end %>
|
||||
<p><% if @changeset.scmid %>ID: <%= h(@changeset.scmid) %><br /><% end %>
|
||||
<span class="author"><%= authoring(@changeset.committed_on, @changeset.author) %></span></p>
|
||||
|
||||
<%= textilizable @changeset.comments %>
|
||||
|
|
Loading…
Reference in New Issue