aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-11-10 17:30:19 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-16 14:42:10 +0100
commit5b72d9026f092cf82ee405a48117bfc4f075fbc2 (patch)
treef92649b2738d758c8bbee6bd0c9b3b22ce242ef4 /apps/files
parenta03b1f1ee9a5b641544847d0efd22b29e2e41b30 (diff)
downloadnextcloud-server-5b72d9026f092cf82ee405a48117bfc4f075fbc2.tar.gz
nextcloud-server-5b72d9026f092cf82ee405a48117bfc4f075fbc2.zip
standardize sizes for headings
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/templates/appnavigation.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files/templates/appnavigation.php b/apps/files/templates/appnavigation.php
index 512300e3a58..d05a02ee7db 100644
--- a/apps/files/templates/appnavigation.php
+++ b/apps/files/templates/appnavigation.php
@@ -16,9 +16,7 @@
</button>
</div>
<div id="app-settings-content">
- <h2>
- <label for="webdavurl"><?php p($l->t('WebDAV'));?></label>
- </h2>
+ <label for="webdavurl"><?php p($l->t('WebDAV'));?></label>
<input id="webdavurl" type="text" readonly="readonly" value="<?php p(\OCP\Util::linkToRemote('webdav')); ?>" />
<em><?php print_unescaped($l->t('Use this address to <a href="%s" target="_blank">access your Files via WebDAV</a>', array(link_to_docs('user-webdav'))));?></em>
</div>