summaryrefslogtreecommitdiff
path: root/_includes/dl_os_icon.html
diff options
context:
space:
mode:
authorAilin Nemui <ailin@z30a.localdomain>2018-04-24 18:47:37 +0200
committerAilin Nemui <ailin@z30a.localdomain>2018-04-24 18:47:37 +0200
commitc0a8f8164f6537b1709e77913eb963555c1b1d50 (patch)
treef60a7095b9c7d8a67aeebbdc02d3920651926dbf /_includes/dl_os_icon.html
parent55476e58f4604edbd1b6078d8362b79332f4b201 (diff)
downloadirssi.github.io-c0a8f8164f6537b1709e77913eb963555c1b1d50.zip
fix some html tidy issues
Diffstat (limited to '_includes/dl_os_icon.html')
-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 %}