fix img without alt
This commit is contained in:
parent
c03c90a13e
commit
d91719ab97
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
{include="page.header"}
|
{include="page.header"}
|
||||||
<div class="center" id="page404" class="page404-container">
|
<div class="center" id="page404" class="page404-container">
|
||||||
<h2>{'Sorry, nothing to see here.'|t}</h2>
|
<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>
|
<p>{$error_message}</p>
|
||||||
</div>
|
</div>
|
||||||
{include="page.footer"}
|
{include="page.footer"}
|
||||||
|
|
Loading…
Reference in a new issue