mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #47805 from nextcloud/fix/xml-exception-template
fix: Replace conflicting tags in `xml_exception` template
This commit is contained in:
commit
00712c22b3
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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue