Defect #4874 ยป escape.patch
| 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> |