[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/ZPTPage - zptpage.zcml:1.1.2.7.2.3

Jim Fulton jim@zope.com
Mon, 3 Jun 2002 14:25:32 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/ZPTPage
In directory cvs.zope.org:/tmp/cvs-serv14482/lib/python/Zope/App/OFS/Content/ZPTPage

Modified Files:
      Tag: Zope3InWonderland-branch
	zptpage.zcml 
Log Message:
Changed list attribute syntax to be more XML standard.
In particular, list attributes now expect items to be separated by
whitespace, rather than commas.


=== Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/zptpage.zcml 1.1.2.7.2.2 => 1.1.2.7.2.3 ===
                          permission="Zope.View">
     <security:protect
-              names="content_type, __call__"
+              names="content_type __call__"
               permission="Zope.View" />
     <security:protect
               interface=".ZPTPage.IZPTPage"