]> source.dussan.org Git - nextcloud-server.git/commit
fix: Replace conflicting tags in `xml_exception` template 47785/head
authorFerdinand Thiessen <opensource@fthiessen.de>
Fri, 6 Sep 2024 14:49:33 +0000 (16:49 +0200)
committerLouis <louis@chmn.me>
Mon, 9 Sep 2024 15:30:19 +0000 (17:30 +0200)
commit414a66e02383de0b805a17361966cc269a90416c
tree95207be87f048bf71f497d49665037f1b2ed5195
parent8524ab9a0937f084ae9ea0ab19aafc0f2fac06ed
fix: Replace conflicting tags in `xml_exception` template

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>
core/templates/xml_exception.php