mod_http_errors: Allow adding icons on error pages

This commit is contained in:
Kim Alvefur 2021-07-09 21:54:47 +02:00
parent 3faf5009d9
commit fa1e274fb4

View file

@ -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>&#9888; {warning?} &#9888;</span></p>}
{extra&<p class="extra">{extra?}</p>}