Commit 098c680e authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(html) Add missing alt to img tag to avoid validation errors

issue #5135
Showing with 1 addition and 1 deletion
+1 -1
......@@ -18,7 +18,7 @@
<label for="filter_type_TEMPLATE">
<input type="checkbox" id="filter_type_TEMPLATE" name="filter_type_TEMPLATE" value="1"
{if ($TEMPLATES)}checked="checked"{/if}/>
<img src="geticon.php?context=devices&amp;icon=template&amp;size=16"/>
<img src="geticon.php?context=devices&amp;icon=template&amp;size=16" alt="filter_type_TEMPLATE"/>
{t}Template{/t}
</label>
{/if}
......
Supports Markdown
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