diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-01-18 18:03:47 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2020-01-26 11:34:14 +0100 |
commit | dd51f653d07dba226fa1088f56ca258ef9b4ae87 (patch) | |
tree | cf62a77a320f342afc7dd88d0947e86c5663a182 /tpl/default/404.html | |
parent | 6c50a6ccceecf54850e62c312ab2397b84d89ab4 (diff) | |
download | Shaarli-dd51f653d07dba226fa1088f56ca258ef9b4ae87.tar.gz Shaarli-dd51f653d07dba226fa1088f56ca258ef9b4ae87.tar.zst Shaarli-dd51f653d07dba226fa1088f56ca258ef9b4ae87.zip |
Fix SASS Lint
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 1bc46c63..09737b4b 100644 --- a/tpl/default/404.html +++ b/tpl/default/404.html | |||
@@ -6,7 +6,7 @@ | |||
6 | <body> | 6 | <body> |
7 | <div id="pageheader"> | 7 | <div id="pageheader"> |
8 | {include="page.header"} | 8 | {include="page.header"} |
9 | <div id="pageError" class="pageError-container center"> | 9 | <div id="pageError" class="page-error-container center"> |
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" alt=""> | 11 | <img src="img/sad_star.png" alt=""> |
12 | <p>{$error_message}</p> | 12 | <p>{$error_message}</p> |