summaryrefslogtreecommitdiffstats
path: root/apps/dav
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-08-29 12:03:16 +0200
committerGitHub <noreply@github.com>2017-08-29 12:03:16 +0200
commit7d8b7d4e4ea83fc31ea64446e9085185c476de09 (patch)
tree77c9571ed1e5fd25149a227f1ee4033480b1bf8a /apps/dav
parent8c917cbfe0aa33e37d7cff278690b07bf40e1b62 (diff)
parentfaea9cb2948cd748b672a6f6985ed9bcaf168444 (diff)
downloadnextcloud-server-7d8b7d4e4ea83fc31ea64446e9085185c476de09.tar.gz
nextcloud-server-7d8b7d4e4ea83fc31ea64446e9085185c476de09.zip
Merge pull request #4925 from nextcloud/error-styling
Improve design and wording of various error messages
Diffstat (limited to 'apps/dav')
-rw-r--r--apps/dav/templates/exception.php5
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>