diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-12-03 16:02:35 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-12-03 16:02:35 +0100 |
commit | e91dddd1a010ca53baa07eecb74026588acfeab2 (patch) | |
tree | f88ee8d49d00770e6a4183b8e5d4f254e55f22e8 /settings | |
parent | 8700ffe69809d7551a08f224537650b43add2a59 (diff) | |
parent | 6d04ca18d9de001197d49d09407a92276cb35b09 (diff) | |
download | nextcloud-server-e91dddd1a010ca53baa07eecb74026588acfeab2.tar.gz nextcloud-server-e91dddd1a010ca53baa07eecb74026588acfeab2.zip |
Merge pull request #12552 from szlwzl/master
adding @ sign between email address and domain name to make syntax clearer
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index d29ea4c7f7f..15ec9535f6a 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -426,7 +426,7 @@ if ($_['suggestedOverwriteWebroot']) { <p> <label for="mail_from_address"><?php p($l->t( 'From address' )); ?></label> <input type="text" name='mail_from_address' id="mail_from_address" placeholder="<?php p($l->t('mail'))?>" - value='<?php p($_['mail_from_address']) ?>' /> + value='<?php p($_['mail_from_address']) ?>' />@ <input type="text" name='mail_domain' id="mail_domain" placeholder="example.com" value='<?php p($_['mail_domain']) ?>' /> </p> |