Skip to content

Commit 27a7ec4

Browse files
author
Till Brehm
committed
Fixed an issue in the active checkbox of dmarc dns record form.
1 parent 03303da commit 27a7ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dns/templates/dns_dmarc_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
146146
<div class="form-group">
147147
<label class="col-sm-2 control-label">{tmpl_var name='active_txt'}</label>
148148
<div class="col-sm-3">
149-
<input type="checkbox" value="1" id="active" name="active" {tmpl_var name='active'} />
149+
{tmpl_var name='active'}
150150
</div>
151151
</div>
152152

0 commit comments

Comments
 (0)