HTML escape at app/views/mailer/wiki_content_updated.text.html.rhtml.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6378 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9466101347
commit
c5804128da
@ -3,4 +3,4 @@
|
|||||||
<em><%=h @wiki_content.comments %></em></p>
|
<em><%=h @wiki_content.comments %></em></p>
|
||||||
|
|
||||||
<p><%= l(:label_view_diff) %>:<br />
|
<p><%= l(:label_view_diff) %>:<br />
|
||||||
<%= link_to @wiki_diff_url, @wiki_diff_url %></p>
|
<%= link_to h(@wiki_diff_url), @wiki_diff_url %></p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user