diff options
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/exception.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/templates/exception.php b/core/templates/exception.php index 144359a16d9..e5b57e2645e 100644 --- a/core/templates/exception.php +++ b/core/templates/exception.php @@ -1,6 +1,8 @@ <?php /** @var array $_ */ /** @var OC_L10N $l */ + +style('core', ['styles', 'header']); ?> <span class="error error-wide"> <h2><strong><?php p($l->t('Internal Server Error')) ?></strong></h2> |