aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/comment/_single_comment.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/comment/_single_comment.rhtml')
-rw-r--r--app/views/comment/_single_comment.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/comment/_single_comment.rhtml b/app/views/comment/_single_comment.rhtml
index 0096e9314..d4282ced8 100644
--- a/app/views/comment/_single_comment.rhtml
+++ b/app/views/comment/_single_comment.rhtml
@@ -1,7 +1,7 @@
<div class="comment_in_request" id="comment-<%=comment.id.to_s%>">
<% if comment.user && comment.user.profile_photo %>
<div class="user_photo_on_comment">
- <img src="<%= get_profile_photo_url(:url_name => comment.user.url_name) %>">
+ <img src="<%= get_profile_photo_url(:url_name => comment.user.url_name) %>" alt="">
</div>
<% end %>