Skip to content

Commit d984231

Browse files
authored
Merge pull request #11416 from nextcloud/bugfix/11218/show-email-authtype-none
Show auth type "None" in email settings
2 parents c367f95 + d6522c4 commit d984231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings/templates/settings/admin/additional-mail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
<p id="setting_smtpauth" <?php if ($_['mail_smtpmode'] !== 'smtp') print_unescaped(' class="hidden"'); ?>>
9898
<label for="mail_smtpauthtype"><?php p($l->t('Authentication method')); ?></label>
99-
<select name="mail_smtpauthtype" id="mail_smtpauthtype'>
99+
<select name="mail_smtpauthtype" id="mail_smtpauthtype">
100100
<?php foreach ($mail_smtpauthtype as $authtype => $name):
101101
$selected = '';
102102
if ($authtype == $_['mail_smtpauthtype']):

0 commit comments

Comments
 (0)