]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/404.html
Merge branch 'v0.11' into stable
[github/shaarli/Shaarli.git] / tpl / default / 404.html
index fd337cada52332a7850fb75ce3cb0808d235104c..472566a6718f22fb4bd513965c5e7c0d20bb0798 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html{if="$language !== 'auto'"} lang="{$language}"{/if}>
 <head>
   {include="includes"}
 </head>
@@ -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"}