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>
pull/47842/head
Ferdinand Thiessen 2024-09-06 16:49:33 +07:00 committed by backportbot[bot]
parent 8f6620d552
commit 1966c9d071
1 changed files with 1 additions and 1 deletions

@ -15,8 +15,8 @@ function print_exception(Throwable $e, \OCP\IL10N $l): void {
}
}
print_unescaped('<?xml version="1.0" encoding="utf-8"?>' . "\n");
?>
<?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<s:exception><?php p($l->t('Internal Server Error')) ?></s:exception>
<s:message>