diff options
author | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2015-01-29 22:00:03 +0000 |
---|---|---|
committer | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2015-01-29 22:00:03 +0000 |
commit | 24fc1c751ac1521ef02540bbf6d4d8fefc393b39 (patch) | |
tree | 89a065c2f0f28e2240f7b5a3b841fba6d9b6ca2d | |
parent | 790622e9fd9516d7fe266b6664296513aaec0dcc (diff) | |
parent | 5b4fd12b5b3f900867ae26a9377b2e5356552e08 (diff) | |
download | nextcloud-server-24fc1c751ac1521ef02540bbf6d4d8fefc393b39.tar.gz nextcloud-server-24fc1c751ac1521ef02540bbf6d4d8fefc393b39.zip |
Merge pull request #13774 from owncloud/fix-exception-css
add CSS to exception page - fixes #13747
-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> |