From 414a66e02383de0b805a17361966cc269a90416c Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 6 Sep 2024 16:49:33 +0200 Subject: [PATCH] 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')) ?> -- 2.39.5