aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/comment/_single_comment.rhtml
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-07-20 02:53:02 +0100
committerFrancis Irving <francis@mysociety.org>2010-07-20 02:53:02 +0100
commit0463522a4975434a8e41c01afdb32a0e47a66fcc (patch)
tree43857e8be6f1a7f3c0983a733092930269153bf3 /app/views/comment/_single_comment.rhtml
parentc6dfc51314dd7771d7ba44fb11ae49efd5894777 (diff)
Add missing alt texts for profile photos
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 %>