mod_http_errors: Remove 'extra' element when empty

This commit is contained in:
Kim Alvefur 2020-10-12 18:27:42 +02:00
parent 6518e5f41b
commit b4af560c97

View file

@ -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>
]];