plugins/mod_http_errors.lua
changeset 11157 e4075ca84a1a
parent 10578 f70c874b7936
child 11158 dd81a318a794
--- a/plugins/mod_http_errors.lua	Sun Oct 11 20:25:32 2020 +0100
+++ b/plugins/mod_http_errors.lua	Mon Oct 12 18:13:20 2020 +0200
@@ -41,7 +41,7 @@
 	font-size : x-large
 }
 
-p+p {
+p.extra {
 	font-size : large;
 	font-family : courier
 }
@@ -50,7 +50,7 @@
 <body>
 <h1>{title}</h1>
 <p>{message}</p>
-<p>{extra?}</p>
+<p class="extra">{extra?}</p>
 </body>
 </html>
 ]];