minor typo in textareas
This commit is contained in:
parent
233c93bb7c
commit
9e44af70b5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
~ form.text_area :value,
|
~ form.text_area :value,
|
||||||
row: 6,
|
rows: 6,
|
||||||
required: champ.mandatory?,
|
required: champ.mandatory?,
|
||||||
value: html_to_string(champ.value)
|
value: html_to_string(champ.value)
|
||||||
|
|
Loading…
Reference in a new issue