aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-01-21 19:16:45 +0000
committerfrancis <francis>2008-01-21 19:16:45 +0000
commitfa8ecf1680242f2e770df14c8a4d2a3161f0ba16 (patch)
tree743197770741557c38549bc0b441f27bc0e8b2a0
parent8bf2c6521b5566caa922c26c1ad17e701452646a (diff)
Add alt text
-rw-r--r--app/views/request/_bubble.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_bubble.rhtml b/app/views/request/_bubble.rhtml
index f8f92e24d..5ac9d95af 100644
--- a/app/views/request/_bubble.rhtml
+++ b/app/views/request/_bubble.rhtml
@@ -4,7 +4,7 @@
<% if not attachments.nil? and attachments.size > 0 %>
<p> <% attachments.each do |a| %>
<% if ['application/pdf', 'application/msword', 'text/plain'].include?(a.content_type) %>
- <img src="/images/icon_<%=a.content_type.sub('/', '_')%>_large.png" align="absmiddle">
+ <img alt="Attachment" src="/images/icon_<%=a.content_type.sub('/', '_')%>_large.png" align="absmiddle">
<% else %>
Attachment:
<% end %>