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 | |
parent | 6c50a6ccceecf54850e62c312ab2397b84d89ab4 (diff) | |
download | Shaarli-dd51f653d07dba226fa1088f56ca258ef9b4ae87.tar.gz Shaarli-dd51f653d07dba226fa1088f56ca258ef9b4ae87.tar.zst Shaarli-dd51f653d07dba226fa1088f56ca258ef9b4ae87.zip |
Fix SASS Lint
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/default/404.html | 2 | ||||
-rw-r--r-- | tpl/default/error.html | 2 |
2 files changed, 2 insertions, 2 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> |
diff --git a/tpl/default/error.html b/tpl/default/error.html index 8f357ce5..ef1dfd73 100644 --- a/tpl/default/error.html +++ b/tpl/default/error.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>{$message}</h2> | 10 | <h2>{$message}</h2> |
11 | 11 | ||
12 | {if="!empty($stacktrace)"} | 12 | {if="!empty($stacktrace)"} |