fix img without alt

This commit is contained in:
Luce Carević 2019-07-13 00:04:25 +02:00 committed by GitHub
parent c03c90a13e
commit d91719ab97
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"}