]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix email settings 4624/head
authorRobin Appelman <robin@icewind.nl>
Mon, 1 May 2017 14:32:09 +0000 (16:32 +0200)
committerRobin Appelman <robin@icewind.nl>
Mon, 1 May 2017 14:32:09 +0000 (16:32 +0200)
Signed-off-by: Robin Appelman <robin@icewind.nl>
settings/templates/admin/additional-mail.php

index 249252dc694411498795db19f1310edc66d34c2e..bce7e5adeee010688d9b931b69343c1f4e3ed01f 100644 (file)
@@ -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']):