We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c367f95 + d6522c4 commit d984231Copy full SHA for d984231
settings/templates/settings/admin/additional-mail.php
@@ -96,7 +96,7 @@
96
97
<p id="setting_smtpauth" <?php if ($_['mail_smtpmode'] !== 'smtp') print_unescaped(' class="hidden"'); ?>>
98
<label for="mail_smtpauthtype"><?php p($l->t('Authentication method')); ?></label>
99
- <select name="mail_smtpauthtype" id="mail_smtpauthtype'>
+ <select name="mail_smtpauthtype" id="mail_smtpauthtype">
100
<?php foreach ($mail_smtpauthtype as $authtype => $name):
101
$selected = '';
102
if ($authtype == $_['mail_smtpauthtype']):
0 commit comments