Commit 84ba997d authored by Casey Duncan's avatar Casey Duncan

Added newline_to_br to manage_tabs_message insertion to allow newlines without...

Added newline_to_br to manage_tabs_message insertion to allow newlines without passing html over the request, which no longer works due to tainting
parent 4064b327
......@@ -168,7 +168,7 @@
<dtml-if manage_tabs_message>
<div class="system-msg">
<dtml-var manage_tabs_message>
<dtml-var manage_tabs_message newline_to_br>
(<dtml-var ZopeTime fmt="%Y-%m-%d %H:%M">)
</div>
</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