diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-05-17 15:35:10 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-08-12 18:48:48 +0200 |
commit | 9f67fb86c8d508dbf127577994735b141c5b96e9 (patch) | |
tree | 00162504502c3a80bdb1e0c9b70ddb1e31f91803 /apps | |
parent | 6b5c6e580bf1025d9e506748bd5c38bd799011b5 (diff) | |
download | nextcloud-server-9f67fb86c8d508dbf127577994735b141c5b96e9.tar.gz nextcloud-server-9f67fb86c8d508dbf127577994735b141c5b96e9.zip |
Improve design of various error messages
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/templates/exception.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/dav/templates/exception.php b/apps/dav/templates/exception.php index dbed8d3b654..9c09cbca444 100644 --- a/apps/dav/templates/exception.php +++ b/apps/dav/templates/exception.php @@ -23,10 +23,9 @@ style('core', ['styles', 'header']); /** @param $_ array */ ?> <span class="error error-wide"> - <h2><strong><?php p($_['title']) ?></strong></h2> - <br> + <h2><?php p($_['title']) ?></h2> - <h2><strong><?php p($l->t('Technical details')) ?></strong></h2> + <h3><strong><?php p($l->t('Technical details')) ?></strong></h3> <ul> <li><?php p($l->t('Remote Address: %s', $_['remoteAddr'])) ?></li> <li><?php p($l->t('Request ID: %s', $_['requestID'])) ?></li> |