Skip to content

Commit d48a08c

Browse files
author
Florian Schaal
committed
dkim / dmarc: cosmetical changes
1 parent bde8b10 commit d48a08c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interface/web/dns/templates/dns_dmarc_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
7979
<div class="ctrlHolder">
8080
<p class="label">{tmpl_var name='active_txt'}</p>
8181
<div class="multiField">
82-
<input type="checkbox" value="1" id="active" name="active" {tmpl_var name='active'} />
82+
<input type="checkbox" value="1" id="active" name="active" {tmpl_var name='active'} / >
8383
</div>
8484
</div>
8585
</fieldset>

interface/web/mail/mail_domain_edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function onShowEnd() {
214214
$app->tpl->setVar('dkim_selector', $rec['dkim_selector']);
215215
$app->tpl->setVar('dkim_private', $rec['dkim_private']);
216216
$app->tpl->setVar('dkim_public', $rec['dkim_public']);
217-
if (isset($rec['dkim_public'])) $app->tpl->setVar('dns_record', $dns_record);
217+
if (!empty($rec['dkim_public'])) $app->tpl->setVar('dns_record', $dns_record);
218218

219219
parent::onShowEnd();
220220
}

0 commit comments

Comments
 (0)