diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_http_errors.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_http_errors.lua b/plugins/mod_http_errors.lua index 727b2516..a2138d88 100644 --- a/plugins/mod_http_errors.lua +++ b/plugins/mod_http_errors.lua @@ -57,7 +57,7 @@ p.extra { <body> <h1>{title}</h1> <p>{message}</p> -<p class="extra">{extra?}</p> +{extra&<p class="extra">{extra?}</p>} </body> </html> ]]; |