summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/templates/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_webdavauth/templates/settings.php')
-rwxr-xr-xapps/user_webdavauth/templates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_webdavauth/templates/settings.php b/apps/user_webdavauth/templates/settings.php
index 70c10057c20..ad1701add8c 100755
--- a/apps/user_webdavauth/templates/settings.php
+++ b/apps/user_webdavauth/templates/settings.php
@@ -1,6 +1,6 @@
<form id="webdavauth" action="#" method="post">
<fieldset class="personalblock">
- <legend><strong><?php p($l->t('WebDAV Authentication'));?></strong></legend>
+ <h2><?php p($l->t('WebDAV Authentication'));?></h2>
<p><label for="webdav_url"><?php p($l->t('Address: '));?><input type="url" placeholder="https://example.com/webdav" id="webdav_url" name="webdav_url" value="<?php p($_['webdav_url']); ?>"></label>
<input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']) ?>" id="requesttoken">
<input type="submit" value="Save" />