[Zope-Checkins] 
	SVN: Zope/branches/ajung-zpt-integration/lib/python/Products/PageTemplates/pt/ptEdit.pt
	fixed encoding to utf-8
    Andreas Jung 
    andreas at andreas-jung.com
       
    Fri Dec 16 06:58:29 EST 2005
    
    
  
Log message for revision 40804:
  fixed encoding to utf-8
  
Changed:
  U   Zope/branches/ajung-zpt-integration/lib/python/Products/PageTemplates/pt/ptEdit.pt
-=-
Modified: Zope/branches/ajung-zpt-integration/lib/python/Products/PageTemplates/pt/ptEdit.pt
===================================================================
--- Zope/branches/ajung-zpt-integration/lib/python/Products/PageTemplates/pt/ptEdit.pt	2005-12-16 11:46:04 UTC (rev 40803)
+++ Zope/branches/ajung-zpt-integration/lib/python/Products/PageTemplates/pt/ptEdit.pt	2005-12-16 11:58:29 UTC (rev 40804)
@@ -1,4 +1,5 @@
-<h1 tal:replace="structure context/manage_page_header">Header</h1>
+
+<h1 tal:replace="structure python: context.manage_page_header(management_page_charset='utf-8')">Header</h1>
 <h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing"
     tal:replace="structure context/manage_tabs">Tabs</h2>
 
    
    
More information about the Zope-Checkins
mailing list