diff options
Diffstat (limited to 'core/templates/xml_exception.php')
-rw-r--r-- | core/templates/xml_exception.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/xml_exception.php b/core/templates/xml_exception.php index d7fb276a730..342238d824b 100644 --- a/core/templates/xml_exception.php +++ b/core/templates/xml_exception.php @@ -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> |