Skip to content

Commit 1470f44

Browse files
committed
Fixed a formatting problem in the config template for the domain module.
1 parent f3da0a0 commit 1470f44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

interface/web/admin/templates/system_config_domains_edit.htm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
1717
<div class="ctrlHolder">
1818
<p class="label">{tmpl_var name='new_domain_txt'}</p>
1919
<div class="multiField">
20-
<textarea name="new_domain_html" id="new_domain_html" style="width: 500px; height: 250px">
21-
{tmpl_var name='new_domain_html'}
22-
</textarea>
20+
<textarea name="new_domain_html" id="new_domain_html" style="width: 500px; height: 250px">{tmpl_var name='new_domain_html'}</textarea>
2321
</div>
2422
</div>
2523
</fieldset>

0 commit comments

Comments
 (0)