diff options
author | Luce Carević <lcarevic@access42.net> | 2019-07-13 00:04:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-13 00:04:25 +0200 |
commit | d91719ab978b145332f42f6c97b5041bc859df92 (patch) | |
tree | 2b61b5cc16b062e7e7dc6076f8ecae61d04299bc | |
parent | c03c90a13e1356ca9cf40cc664547c49305cb24b (diff) | |
download | Shaarli-d91719ab978b145332f42f6c97b5041bc859df92.tar.gz Shaarli-d91719ab978b145332f42f6c97b5041bc859df92.tar.zst Shaarli-d91719ab978b145332f42f6c97b5041bc859df92.zip |
fix img without alt
-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"} |