bugfix
This commit is contained in:
parent
f3fcc669d7
commit
ca117cf8c4
1 changed files with 1 additions and 3 deletions
|
@ -78,9 +78,7 @@
|
|||
<input type="text" name="value" value="<!-- TMPL_VAR name="value" escape="HTML" -->" size="<!-- TMPL_VAR name="fieldlength" -->">
|
||||
<!-- /TMPL_IF -->
|
||||
<!-- TMPL_IF name="type-textarea" -->
|
||||
<textarea name="value" rows="<!--TMPL_VAR name="rows" -->" cols="<!-- TMPL_VAR name="cols" -->">
|
||||
<!-- TMPL_VAR name="value" escape="HTML" -->
|
||||
</textarea>
|
||||
<textarea name="value" rows="<!--TMPL_VAR name="rows" -->" cols="<!-- TMPL_VAR name="cols" -->"><!-- TMPL_VAR name="value" escape="HTML" --></textarea>
|
||||
<!-- /TMPL_IF -->
|
||||
<!-- TMPL_IF name="type-choice" -->
|
||||
<select name="value">
|
||||
|
|
Loading…
Reference in a new issue