mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_http_errors: Remove 'extra' element when empty
This commit is contained in:
parent
6518e5f41b
commit
b4af560c97
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue