diff options
author | Robin Appelman <robin@icewind.nl> | 2017-05-01 16:32:09 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2017-05-01 16:32:09 +0200 |
commit | 6e7359ebfde3fd4da93b1ce3fa887a950aa58b65 (patch) | |
tree | 54528a7b23af6605b968483bae5c22dbf717f7d9 /settings | |
parent | 18b5e2fced13f0e7a00910029eeaad60ca8c78e6 (diff) | |
download | nextcloud-server-6e7359ebfde3fd4da93b1ce3fa887a950aa58b65.tar.gz nextcloud-server-6e7359ebfde3fd4da93b1ce3fa887a950aa58b65.zip |
fix email settings
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/admin/additional-mail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin/additional-mail.php b/settings/templates/admin/additional-mail.php index 249252dc694..bce7e5adeee 100644 --- a/settings/templates/admin/additional-mail.php +++ b/settings/templates/admin/additional-mail.php @@ -61,7 +61,7 @@ if ($_['mail_smtpmode'] === 'qmail') { <p> <label for="mail_smtpmode"><?php p($l->t('Send mode')); ?></label> - <select name="mail_smtpmode" id="mail_smtpmode'> + <select name="mail_smtpmode" id="mail_smtpmode"> <?php foreach ($mail_smtpmode as $smtpmode): $selected = ''; if ($smtpmode[0] == $_['mail_smtpmode']): |