aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/xml_exception.php
Commit message (Collapse)AuthorAgeFilesLines
* fix: Prevent duplicate creation of print_exception functionLouis Chemineau2024-09-181-9/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix: Replace conflicting tags in `xml_exception` templateFerdinand Thiessen2024-09-091-1/+1
| | | | | | | The `<?xml` tag is interpreted as PHP short tags, so this causes errors. Instead just print that part of the template. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-051-0/+47
Signed-off-by: Louis Chemineau <louis@chmn.me>