VIVO-450 resolved issue with quotation marks in TinyMCE text area
This commit is contained in:
parent
b150614e4a
commit
d002aff59c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
</#if>
|
||||
|
||||
|
||||
<textarea rows="2" id="literal" name="literal" value="${literalValues}" class="useTinyMce" role="textarea">${literalValues}</textarea>
|
||||
<textarea rows="2" id="literal" name="literal" value="" class="useTinyMce" role="textarea">${literalValues}</textarea>
|
||||
|
||||
<br />
|
||||
<#--The submit label should be set within the template itself, right now
|
||||
|
|
Loading…
Add table
Reference in a new issue