aboutsummaryrefslogtreecommitdiff
path: root/skin/error.skin.php
diff options
context:
space:
mode:
Diffstat (limited to 'skin/error.skin.php')
-rw-r--r--skin/error.skin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/skin/error.skin.php b/skin/error.skin.php
index b0925d3..5276bfa 100644
--- a/skin/error.skin.php
+++ b/skin/error.skin.php
@@ -29,10 +29,10 @@ return <<<HTML
<head><title>$code $title</title></head>
<body>
<center><h1>$code $title</h1></center>
+ <hr>
{$ctx->if_true($message,
- '<hr><p align="center">'.$message.'</p>'
+ '<p align="center">'.$message.'</p>'
)}
-
</body>
</html>
HTML;