aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/_after_actions.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request/_after_actions.rhtml')
-rw-r--r--app/views/request/_after_actions.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_after_actions.rhtml b/app/views/request/_after_actions.rhtml
index 221634549..3d74cf42d 100644
--- a/app/views/request/_after_actions.rhtml
+++ b/app/views/request/_after_actions.rhtml
@@ -7,7 +7,7 @@
<ul>
<% if @info_request.comments_allowed? %>
<li>
- <%= _('<a href="%s">Add an annotation</a> (to help the requester or others)') % [new_comment_url(:url_title => @info_request.url_title)] %>
+ <%= raw(_('<a href="%s">Add an annotation</a> (to help the requester or others)') % [new_comment_url(:url_title => @info_request.url_title)]) %>
</li>
<% end %>
<% if @old_unclassified %>