We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b688e7b + 3e977b2 commit e6cecb3Copy full SHA for e6cecb3
1 file changed
web/templates/pages/list_mail_dns.html
@@ -68,7 +68,7 @@
68
<div class="clearfix l-unit__stat-col--left text-center step-top-small"><b> </b></div>
69
<div class="clearfix l-unit__stat-col--left text-center step-top-small"><b>14400</b></div>
70
<?php $ip = (empty($ips[array_key_first($ips)]['NAT'])) ? array_key_first($ips) : $ips[array_key_first($ips)]['NAT'];?>
71
- <div class="clearfix l-unit__stat-col--left wide-3 "><b><input type="text" class="vst-input" value="<?=htmlspecialchars('v=spf1 a mx ip4:'.$ip.'; -all');?>" /></b></div>
+ <div class="clearfix l-unit__stat-col--left wide-3 "><b><input type="text" class="vst-input" value="<?=htmlspecialchars('v=spf1 a mx ip4:'.$ip.' -all');?>" /></b></div>
72
</div>
73
74
<div class="l-unit animated fadeIn">
0 commit comments