From: Toshi MARUYAMA Date: Tue, 2 Aug 2011 13:13:50 +0000 (+0000) Subject: HTML escape at app/views/repositories/revision.rhtml. X-Git-Tag: 1.3.0~1559 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=05eeb7cc6ffd7b378c40c059ff76e339005d61f2;p=redmine.git 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 --- diff --git a/app/views/repositories/revision.rhtml b/app/views/repositories/revision.rhtml index b7383b36d..85b11d441 100644 --- a/app/views/repositories/revision.rhtml +++ b/app/views/repositories/revision.rhtml @@ -25,7 +25,7 @@

<%= l(:label_revision) %> <%= format_revision(@changeset) %>

-

<% if @changeset.scmid %>ID: <%= @changeset.scmid %>
<% end %> +

<% if @changeset.scmid %>ID: <%= h(@changeset.scmid) %>
<% end %> <%= authoring(@changeset.committed_on, @changeset.author) %>

<%= textilizable @changeset.comments %>