Commit 90275536 authored by Brian Lloyd's avatar Brian Lloyd

Added html_quote to file edit text area.

parent cb7813ef
...@@ -56,7 +56,7 @@ text type and small enough to be edited in a text area. ...@@ -56,7 +56,7 @@ text type and small enough to be edited in a text area.
dtpref_cols> cols="<dtml-var dtpref_cols>"<dtml-else dtpref_cols> cols="<dtml-var dtpref_cols>"<dtml-else
> cols="50"</dtml-if><dtml-if dtpref_rows> rows="<dtml-var > cols="50"</dtml-if><dtml-if dtpref_rows> rows="<dtml-var
dtpref_rows>"<dtml-else> rows="20"</dtml-if>><dtml-var dtpref_rows>"<dtml-else> rows="20"</dtml-if>><dtml-var
__str__></textarea> __str__ html_quote></textarea>
</div> </div>
</td> </td>
</tr> </tr>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment