mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_http_errors: Allow adding icons on error pages
This commit is contained in:
parent
3faf5009d9
commit
fa1e274fb4
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ p.warning>span{background-color:inherit;color:yellow}
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{title}</h1>
|
||||
<h1>{icon?{icon_raw!?}} {title}</h1>
|
||||
<p>{message}</p>
|
||||
{warning&<p class="warning"><span>⚠ {warning?} ⚠</span></p>}
|
||||
{extra&<p class="extra">{extra?}</p>}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue