diff --git a/app/views/notes/_comment.html.erb b/app/views/notes/_comment.html.erb index b98b55a50b..32676c4743 100644 --- a/app/views/notes/_comment.html.erb +++ b/app/views/notes/_comment.html.erb @@ -64,7 +64,7 @@
-

<%= render_comment_body(comment) %>

+

<%= raw auto_link(render_comment_body(comment)) %>

<% if comment.body.include?('?') %>

Is this a question? Click here to post it to the Questions page.