aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_http_errors.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mod_http_errors.lua')
-rw-r--r--plugins/mod_http_errors.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mod_http_errors.lua b/plugins/mod_http_errors.lua
index e151a68e..1abdc57e 100644
--- a/plugins/mod_http_errors.lua
+++ b/plugins/mod_http_errors.lua
@@ -41,7 +41,7 @@ p {
font-size : x-large
}
-p+p {
+p.extra {
font-size : large;
font-family : courier
}
@@ -50,7 +50,7 @@ p+p {
<body>
<h1>{title}</h1>
<p>{message}</p>
-<p>{extra?}</p>
+<p class="extra">{extra?}</p>
</body>
</html>
]];