From 8efd5f4d61a2963dc289932d82134bd3131fa2f7 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 6 Sep 2024 16:49:33 +0200 Subject: fix: Replace conflicting tags in `xml_exception` template The ` --- core/templates/xml_exception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('' . "\n"); ?> - t('Internal Server Error')) ?> -- cgit v1.2.3