Skip to content

Commit 1547c06

Browse files
committed
Fixes a few typos in list_mail_dns.html
1 parent 713e62b commit 1547c06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/templates/pages/list_mail_dns.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
</div>
4444
<div class="l-unit animated fadeIn">
4545
<div class="l-unit__col l-unit__col--right">
46-
<div class="clearfix l-unit__stat-col--left wide-3"><b><input type="text" class="vst-input" style="width:200px !important;" value="mail.<?=htmlspecialchars($_GET['domain']);?>" /></b> </div>
46+
<div class="clearfix l-unit__stat-col--left wide-3"><b><input type="text" class="vst-input" style="width:200px !important;" value="<?=htmlspecialchars($_GET['domain']);?>" /></b> </div>
4747
<div class="clearfix l-unit__stat-col--left text-center step-top-small"><b>MX</b></div>
4848
<div class="clearfix l-unit__stat-col--left text-center step-top-small"><b>10</b></div>
4949
<div class="clearfix l-unit__stat-col--left text-center step-top-small"><b>14400</b></div>
50-
<div class="clearfix l-unit__stat-col--left wide-3"><b><input type="text" class="vst-input" value="<?=htmlspecialchars($_GET['domain']);?>." /></b></div>
50+
<div class="clearfix l-unit__stat-col--left wide-3"><b><input type="text" class="vst-input" value="mail.<?=htmlspecialchars($_GET['domain']);?>." /></b></div>
5151
</div>
5252
</div>
5353
<?php if($_SESSION['WEBMAIL_SYSTEM']){?>
@@ -87,7 +87,7 @@
8787
<div class="clearfix l-unit__stat-col--left text-center step-top-small"><b>TXT</b></div>
8888
<div class="clearfix l-unit__stat-col--left text-center step-top-small"><b>&nbsp;</b></div>
8989
<div class="clearfix l-unit__stat-col--left text-center step-top-small"><b>3600</b></div>
90-
<div class="clearfix l-unit__stat-col--left wide-3 "><b><input type="text" class="vst-input" value="<?=htmlspecialchars(str_replace(array('"',"'"),'',$dkim[$key]['TXT']));?>" </b></div>
90+
<div class="clearfix l-unit__stat-col--left wide-3 "><b><input type="text" class="vst-input" value="v=DKIM1; k=rsa; p=<?=htmlspecialchars(str_replace(array('"',"'"),'',$dkim[$key]['TXT']));?>" </b></div>
9191
</div>
9292
</div>
9393
<?php } ?>

0 commit comments

Comments
 (0)