diff options
author | Richard Steinmetz <richard@steinmetz.cloud> | 2024-02-26 11:12:16 +0100 |
---|---|---|
committer | Richard Steinmetz <richard@steinmetz.cloud> | 2024-02-26 18:58:22 +0100 |
commit | 9c51d79d87a3797c96e8a9e464f077d2fbf0f855 (patch) | |
tree | 10075b041ade07c7c8d54a236fd39d11fdd03250 /core/templates | |
parent | 656d3a4d825a9227a8c8ae87bd19669ce9c892fc (diff) | |
download | nextcloud-server-9c51d79d87a3797c96e8a9e464f077d2fbf0f855.tar.gz nextcloud-server-9c51d79d87a3797c96e8a9e464f077d2fbf0f855.zip |
fix: wrap text on exception page
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/exception.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/exception.php b/core/templates/exception.php index d26e9ff4f94..ee35510b26f 100644 --- a/core/templates/exception.php +++ b/core/templates/exception.php @@ -2,7 +2,7 @@ /** @var array $_ */ /** @var \OCP\IL10N $l */ -style('core', ['styles', 'header']); +style('core', ['styles', 'header', 'exception']); function print_exception(Throwable $e, \OCP\IL10N $l): void { print_unescaped('<pre>'); |