[Zope-Checkins] CVS: Zope/lib/python/App/dtml - manage_tabs.dtml:1.10
   
    Casey Duncan
     
    casey@zope.com
       
    Wed, 14 Aug 2002 15:34:02 -0400
    
    
  
Update of /cvs-repository/Zope/lib/python/App/dtml
In directory cvs.zope.org:/tmp/cvs-serv18735
Modified Files:
	manage_tabs.dtml 
Log Message:
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
=== Zope/lib/python/App/dtml/manage_tabs.dtml 1.9 => 1.10 ===
--- Zope/lib/python/App/dtml/manage_tabs.dtml:1.9	Fri Oct 19 11:57:55 2001
+++ Zope/lib/python/App/dtml/manage_tabs.dtml	Wed Aug 14 15:34:00 2002
@@ -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>