diff options
author | Volker E <volker.e@temporaer.net> | 2015-03-19 09:10:58 +0100 |
---|---|---|
committer | Volker E <volker.e@temporaer.net> | 2015-03-19 09:10:58 +0100 |
commit | 0e4d52f9d29d33bd12033fc5d6eae4e7dcab0795 (patch) | |
tree | 4a508ecc2edc2f0d84b8565aa829dd47a4d347be /core/templates/exception.php | |
parent | 0d0c73cf2b6a46f81fb249cfacf0742fc1417629 (diff) | |
download | nextcloud-server-0e4d52f9d29d33bd12033fc5d6eae4e7dcab0795.tar.gz nextcloud-server-0e4d52f9d29d33bd12033fc5d6eae4e7dcab0795.zip |
fixing #15027, cleaning up obsolete IE5-7 workaround code
Diffstat (limited to 'core/templates/exception.php')
-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 e5b57e2645e..0f0924b0f8a 100644 --- a/core/templates/exception.php +++ b/core/templates/exception.php @@ -9,7 +9,7 @@ style('core', ['styles', 'header']); <p><?php p($l->t('The server encountered an internal error and was unable to complete your request.')) ?></p> <p><?php p($l->t('Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.')) ?></p> <p><?php p($l->t('More details can be found in the server log.')) ?></p> - <br /> + <br> <h2><strong><?php p($l->t('Technical details')) ?></strong></h2> <ul> |