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.
1 parent 5008d8c commit 68b8730Copy full SHA for 68b8730
interface/web/dns/dns_spf_edit.php
@@ -108,9 +108,9 @@ function onShowEnd() {
108
}
109
110
//set html-values
111
- $app->tpl->setVar("spf_ip", $spf_ip);
112
- $app->tpl->setVar("spf_hostname", $spf_hostname);
113
- $app->tpl->setVar("spf_domain", $spf_domain);
+ $app->tpl->setVar("spf_ip", $spf_ip, true);
+ $app->tpl->setVar("spf_hostname", $spf_hostname, true);
+ $app->tpl->setVar("spf_domain", $spf_domain, true);
114
//create spf-mechanism-list
115
$spf_mechanism_value = array(
116
'+' => 'spf_mechanism_pass_txt',
0 commit comments