Merge pull request #1321 from llune/patch-3

a11y fix img without alt
This commit is contained in:
ArthurHoaro 2019-07-13 15:09:20 +02:00 committed by GitHub
commit b15d065905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
{include="page.header"}
<div class="center" id="page404" class="page404-container">
<h2>{'Sorry, nothing to see here.'|t}</h2>
<img src="img/sad_star.png">
<img src="img/sad_star.png" alt="">
<p>{$error_message}</p>
</div>
{include="page.footer"}