Project

General

Profile

Defect #4874 ยป escape.patch

Holger Just, 2010-02-18 12:51

View differences:

app/views/mailer/_issue_text_html.rhtml (working copy)
1
<h1><%= link_to "#{issue.tracker.name} ##{issue.id}: #{issue.subject}", issue_url %></h1>
1
<h1><%= link_to h("#{issue.tracker.name} ##{issue.id}: #{issue.subject}"), issue_url %></h1>
2 2

  
3 3
<ul>
4 4
<li><%=l(:field_author)%>: <%= issue.author %></li>
    (1-1/1)