Skip to content

Commit a1f5375

Browse files
committed
fixed placeholder
1 parent ce68505 commit a1f5375

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

interface/web/sites/templates/web_childdomain_advanced.htm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ <h1><tmpl_var name="list_head_txt"></h1>
77
<legend>Options</legend>
88
<div class="form-group proxy">
99
<label for="proxy_directives" class="col-sm-3 control-label">{tmpl_var name='proxy_directives_txt'}</label>
10-
<div class="col-sm-9"><textarea class="form-control" name="proxy_directives" id="proxy_directives" rows='10' cols='50'>{tmpl_var name='proxy_directives'}</textarea></div>&nbsp;<b>{tmpl_var name="available_proxy_directive_snippets_txt"}</b><br><br>&nbsp;{tmpl_var name="proxy_directive_snippets_txt"}
11-
</div>
12-
10+
<div class="col-sm-9"><textarea class="form-control" name="proxy_directives" id="proxy_directives" rows='10' cols='50'>{tmpl_var name='proxy_directives'}</textarea>&nbsp;<b>{tmpl_var name="available_proxy_directive_snippets_txt"}</b><br><br>&nbsp;{tmpl_var name="proxy_directive_snippets_txt"}
11+
</div></div>
1312

1413
<input type="hidden" name="id" value="{tmpl_var name='id'}">
1514

0 commit comments

Comments
 (0)