[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#758768: add alt text for Ubuntu logo



Hi,

Regarding the bugs icon, here it shows "bug history graph" as can be seen in distro_tracker/vendor/debian/templates/debian/bugs.html line 6.

For the Ubuntu logo, one could go with the simple attached patch.

Hope this helps,
Nicolas

PS: I was made aware of this bug by the how-can-i-help package :)


diff --git a/distro_tracker/vendor/debian/templates/debian/ubuntu-panel.html b/distro_tracker/vendor/debian/templates/debian/ubuntu-panel.html
index 0a26462..6b7639d 100644
--- a/distro_tracker/vendor/debian/templates/debian/ubuntu-panel.html
+++ b/distro_tracker/vendor/debian/templates/debian/ubuntu-panel.html
@@ -3,7 +3,7 @@
 
 {% block panel-header %}
 <span>{{ block.super }}</span>
-<img style="margin-top: -9px; width: 14px; height: 14px" src="{% static 'img/ubuntu.png' %}">
+<img style="margin-top: -9px; width: 14px; height: 14px" src="{% static 'img/ubuntu.png' %}" alt="Ubuntu logo">
 <span><a href="https://wiki.ubuntu.com/Ubuntu/ForDebianDevelopers"; title="Information about Ubuntu for Debian Developers"><i class="icon-share"></i></a></span>
 {% endblock %}

Reply to: