summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/dl_os_icon.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/dl_os_icon.html b/_includes/dl_os_icon.html
index 2dbbad2..55d1312 100644
--- a/_includes/dl_os_icon.html
+++ b/_includes/dl_os_icon.html
@@ -1,6 +1,6 @@
<input id="in-{{ include.name }}" type="radio" name="distro" />
<label for="in-{{ include.name }}" class="icon btn btn-default" onclick="chooseDlc(this, '{{ include.name }}')" markdown="1">
-<img src="{{ site.baseurl }}/assets/{{ include.name }}.png" class="osimg" /><br />
+<img src="{{ site.baseurl }}/assets/{{ include.name }}.png" class="osimg" alt="" /><br />
{{ include.text }}
</label>{% comment %}
{% endcomment %}