Skip to content
Snippets Groups Projects
Commit 1470f440 authored by tbrehm's avatar tbrehm
Browse files

Fixed a formatting problem in the config template for the domain module.

parent f3da0a00
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,7 @@
<div class="ctrlHolder">
<p class="label">{tmpl_var name='new_domain_txt'}</p>
<div class="multiField">
<textarea name="new_domain_html" id="new_domain_html" style="width: 500px; height: 250px">
{tmpl_var name='new_domain_html'}
</textarea>
<textarea name="new_domain_html" id="new_domain_html" style="width: 500px; height: 250px">{tmpl_var name='new_domain_html'}</textarea>
</div>
</div>
</fieldset>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment