Commit e36adc9a authored by Andreas Jung's avatar Andreas Jung

added html_quote for title inside dtml-var tags (#2170)

parent d7712680
......@@ -19,7 +19,7 @@ kind>.
</td>
<td align="left" valign="top">
<input type="text" name="title" size="40" value="<dtml-if
title><dtml-var title></dtml-if>">
title><dtml-var title html_quote></dtml-if>">
</td>
</tr>
......
......@@ -20,7 +20,7 @@ kind>.
</td>
<td align="left" valign="top">
<input type="text" name="title" size="40" value="<dtml-if
title><dtml-var title></dtml-if>">
title><dtml-var title html_quote></dtml-if>">
</td>
</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