mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Make the HTTPErrorHtmlResponse not Html only.
This commit is contained in:
5
static/templates/error.xml
Normal file
5
static/templates/error.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8">
|
||||
<error>{{PAGE_TITLE}}</error>
|
||||
{{#details}}
|
||||
<detail>{{{p}}}</detail>
|
||||
{{/details}}
|
Reference in New Issue
Block a user