diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-11-18 19:54:45 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-21 11:30:02 +0100 |
commit | e87933bc3d30df6c424edcdc945d1bc012f982bf (patch) | |
tree | 1f3980da9c430de74fccfbe1eb6eaa11043d0ede /settings/templates/personal.php | |
parent | 5acc3d3c5e8c78ee425dad1dfb3d8d057a6e7203 (diff) | |
download | nextcloud-server-e87933bc3d30df6c424edcdc945d1bc012f982bf.tar.gz nextcloud-server-e87933bc3d30df6c424edcdc945d1bc012f982bf.zip |
Fix mail scope
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'settings/templates/personal.php')
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index f5050ab190e..b81b19d9060 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -91,10 +91,10 @@ if($_['displayNameChangeSupported']) { <input type="email" name="email" id="email" value="<?php p($_['email']); ?>" placeholder="<?php p($l->t('Your email address')); ?>" autocomplete="on" autocapitalize="off" autocorrect="off" /> - <input type="hidden" id="emailscope" value="<?php p($_['emailScope']) ?>"> <br /> <em><?php p($l->t('For password recovery and notifications')); ?></em> <span class="icon-checkmark hidden"/> + <input type="hidden" id="emailscope" value="<?php p($_['emailScope']) ?>"> </form> </div> <div class="personal-settings-setting-box"> |