diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-03-24 12:07:26 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-03-24 12:07:26 +0100 |
commit | e07a2fd8a254e60758e847356c45f41334d79aaf (patch) | |
tree | aeeb9d68d99d9136fa962018f10b06c2f7384e5b /core/templates/exception.php | |
parent | ce5d2ab7dbe9e4ca67c12ba1f5506619b639ddb7 (diff) | |
parent | 599ee5ce4eb537e2becfe72949b250094411493b (diff) | |
download | nextcloud-server-e07a2fd8a254e60758e847356c45f41334d79aaf.tar.gz nextcloud-server-e07a2fd8a254e60758e847356c45f41334d79aaf.zip |
Merge pull request #15012 from Volker-E/master
fixing #15011 by adding ARIA roles where distinct
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 9ddc0f94d65..899ea29456c 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> |