Commit e85699dc authored by Amos Latteier's avatar Amos Latteier

fixed a samll bug that kept string properties from being html_quote'd

in editing widgets.
parent d2844f0e
......@@ -33,7 +33,7 @@ values and click "Save Changes".
</td>
<td align="left" valign="top">
<!--#if "'w' in _['sequence-item'].get('mode', 'awd')"-->
<!--#if "type in ('string', 'int', 'long', 'float', 'date')"-->
<!--#if "type in ('int', 'long', 'float', 'date')"-->
<input type="text" name="<!--#var id-->:<!--#var type-->" size="35"
value="<!--#var "_[id]"-->">
<!--#elif "type=='string'"-->
......
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