Fix SASS Lint
This commit is contained in:
parent
6c50a6ccce
commit
dd51f653d0
3 changed files with 6 additions and 6 deletions
tpl/default
|
@ -6,7 +6,7 @@
|
|||
<body>
|
||||
<div id="pageheader">
|
||||
{include="page.header"}
|
||||
<div id="pageError" class="pageError-container center">
|
||||
<div id="pageError" class="page-error-container center">
|
||||
<h2>{'Sorry, nothing to see here.'|t}</h2>
|
||||
<img src="img/sad_star.png" alt="">
|
||||
<p>{$error_message}</p>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<body>
|
||||
<div id="pageheader">
|
||||
{include="page.header"}
|
||||
<div id="pageError" class="pageError-container center">
|
||||
<div id="pageError" class="page-error-container center">
|
||||
<h2>{$message}</h2>
|
||||
|
||||
{if="!empty($stacktrace)"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue