Commit 935cff80 authored by 's avatar

Added html quoting to undo log descriptions

parent b56992ac
...@@ -38,9 +38,9 @@ ...@@ -38,9 +38,9 @@
<td valign=top><input type=checkbox name="transaction_info:list" <td valign=top><input type=checkbox name="transaction_info:list"
value="<dtml-var id html_quote>"></td> value="<dtml-var id html_quote>"></td>
<td valign=top> <td valign=top>
<strong><dtml-var description></strong> by <strong> <strong><dtml-var description html_quote></strong> by <strong>
<dtml-if user_name> <dtml-if user_name>
<dtml-var user_name> <dtml-var user_name html_quote>
<dtml-else> <dtml-else>
<em>Zope</em> <em>Zope</em>
</dtml-if> </dtml-if>
......
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