diff options
author | ArthurHoaro <arthur@hoa.ro> | 2019-07-13 15:09:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-13 15:09:20 +0200 |
commit | b15d06590548ac2d182373efab711485a897152f (patch) | |
tree | 911aca1a8dddfa25674e9829b983e3d4adbacf05 /tpl/default/404.html | |
parent | c088ae99bfdd25607e79528adbb8abd7ee39cd3c (diff) | |
parent | d91719ab978b145332f42f6c97b5041bc859df92 (diff) | |
download | Shaarli-b15d06590548ac2d182373efab711485a897152f.tar.gz Shaarli-b15d06590548ac2d182373efab711485a897152f.tar.zst Shaarli-b15d06590548ac2d182373efab711485a897152f.zip |
Merge pull request #1321 from llune/patch-3
a11y fix img without alt
Diffstat (limited to 'tpl/default/404.html')
-rw-r--r-- | tpl/default/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/404.html b/tpl/default/404.html index 10a9458a..472566a6 100644 --- a/tpl/default/404.html +++ b/tpl/default/404.html | |||
@@ -8,7 +8,7 @@ | |||
8 | {include="page.header"} | 8 | {include="page.header"} |
9 | <div class="center" id="page404" class="page404-container"> | 9 | <div class="center" id="page404" class="page404-container"> |
10 | <h2>{'Sorry, nothing to see here.'|t}</h2> | 10 | <h2>{'Sorry, nothing to see here.'|t}</h2> |
11 | <img src="img/sad_star.png"> | 11 | <img src="img/sad_star.png" alt=""> |
12 | <p>{$error_message}</p> | 12 | <p>{$error_message}</p> |
13 | </div> | 13 | </div> |
14 | {include="page.footer"} | 14 | {include="page.footer"} |