aboutsummaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-08-28 12:21:29 +0200
committerneodarz <neodarz@neodarz.net>2019-08-28 12:21:29 +0200
commite1e025823c6e868e59cde9ecc8fa495ee45de7bc (patch)
treeae3450c92daec3b99059a569510a24d6ab6753a6 /404.html
parent03588331342e2a401ae4a8617f6225325d099fa7 (diff)
downloadshaarli_ascii-master.tar.xz
shaarli_ascii-master.zip
Update theme to current shaarli versionHEAD0.11master0.11
Diffstat (limited to '404.html')
-rw-r--r--404.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/404.html b/404.html
index 2de6b6d..472566a 100644
--- a/404.html
+++ b/404.html
@@ -1,14 +1,14 @@
<!DOCTYPE html>
-<html>
+<html{if="$language !== 'auto'"} lang="{$language}"{/if}>
<head>
{include="includes"}
</head>
<body>
<div id="pageheader">
{include="page.header"}
-<div class="center" id="page404">
+<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"}