Skip to content

Commit 04dccdd

Browse files
author
redray
committed
Bug fix in dns wizard
1 parent 122be74 commit 04dccdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dns/templates/dns_wizard.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
88
<div class="ctrlHolder">
99
<label for="template_id">{tmpl_var name='template_id_txt'}</label>
1010
<select name="template_id" id="template_id" class="selectInput" onChange="submitForm('pageForm','dns/dns_wizard.php')">
11-
{tmpl_var name='template_id'}
11+
{tmpl_var name='template_id_option'}
1212
</select>
1313
</div>
1414
<tmpl_if name="is_admin">

0 commit comments

Comments
 (0)