aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/packages/_changelog_entry.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/packages/_changelog_entry.html.erb b/app/views/packages/_changelog_entry.html.erb
index 0a3b940..3488c3f 100644
--- a/app/views/packages/_changelog_entry.html.erb
+++ b/app/views/packages/_changelog_entry.html.erb
@@ -1,7 +1,7 @@
<li class="list-group-item">
<strong><%= annotate_bugs changelog[:message].lines.first %></strong>
<br>
- <%= changelog[:message].lines[1..-1].map {|line| annotate_bugs line}.join %>
+ <%= changelog[:message].lines[1..-1].map {|line| annotate_bugs line}.safe_join %>
<br>
<div class="kk-byline">
<%= mail_to changelog[:email], changelog[:author] %>,