Commit d3885f92 authored by Rafael Monnerat's avatar Rafael Monnerat

Added alt attribute for img tag. Without this  w3c tests will fail.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18752 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 27d9385b
......@@ -339,7 +339,7 @@ class MultiRelationStringFieldWidget(Widget.LinesTextAreaWidget,
selection_name_html = ''
# Generate plan link
html_string += '<a href="%s/%s?field_id=%s&amp;form_id=%s%s">' \
'<img src="%s/images/jump.png" />' \
'<img src="%s/images/jump.png" alt="jump" />' \
'</a>' % \
(here.absolute_url(),
field.get_value('jump_method'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment