]> source.dussan.org Git - nextcloud-server.git/commit
fix: Replace conflicting tags in `xml_exception` template 47805/head
authorFerdinand Thiessen <opensource@fthiessen.de>
Fri, 6 Sep 2024 14:49:33 +0000 (16:49 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Mon, 9 Sep 2024 11:27:06 +0000 (13:27 +0200)
commit61981386b2a9c0d0cd26b3bb444aa99ebe5cbc3a
treea34d44827742ee14417fe5e38cd55283baf5e260
parenta05e5428c5dea6f1be4dbca8635b729d49c958a6
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