plugins/mod_http_errors.lua
changeset 11666 a8798e04b5c8
parent 11408 f7704f987439
child 11667 04fa947784bc
equal deleted inserted replaced
11665:735b8f4a6d7e 11666:a8798e04b5c8
    45 p.warning>span{background-color:inherit;color:yellow}
    45 p.warning>span{background-color:inherit;color:yellow}
    46 }
    46 }
    47 </style>
    47 </style>
    48 </head>
    48 </head>
    49 <body>
    49 <body>
    50 <h1>{title}</h1>
    50 <h1>{icon?{icon_raw!?}} {title}</h1>
    51 <p>{message}</p>
    51 <p>{message}</p>
    52 {warning&<p class="warning"><span>&#9888; {warning?} &#9888;</span></p>}
    52 {warning&<p class="warning"><span>&#9888; {warning?} &#9888;</span></p>}
    53 {extra&<p class="extra">{extra?}</p>}
    53 {extra&<p class="extra">{extra?}</p>}
    54 </body>
    54 </body>
    55 </html>
    55 </html>