aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLuce Carević <lcarevic@access42.net>2019-07-13 00:04:25 +0200
committerGitHub <noreply@github.com>2019-07-13 00:04:25 +0200
commitd91719ab978b145332f42f6c97b5041bc859df92 (patch)
tree2b61b5cc16b062e7e7dc6076f8ecae61d04299bc
parentc03c90a13e1356ca9cf40cc664547c49305cb24b (diff)
downloadShaarli-d91719ab978b145332f42f6c97b5041bc859df92.tar.gz
Shaarli-d91719ab978b145332f42f6c97b5041bc859df92.tar.zst
Shaarli-d91719ab978b145332f42f6c97b5041bc859df92.zip
fix img without alt
-rw-r--r--tpl/default/404.html2
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"}