[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/ Cleanup

Philipp von Weitershausen philikon at philikon.de
Wed Aug 11 14:09:47 EDT 2004


Log message for revision 27010:
  
  Cleanup
  


Changed:
  U   Zope3/trunk/src/zope/app/presentation/pagefolder.zcml
  U   Zope3/trunk/src/zope/app/registration/configure.zcml


-=-
Modified: Zope3/trunk/src/zope/app/presentation/pagefolder.zcml
===================================================================
--- Zope3/trunk/src/zope/app/presentation/pagefolder.zcml	2004-08-11 18:09:42 UTC (rev 27009)
+++ Zope3/trunk/src/zope/app/presentation/pagefolder.zcml	2004-08-11 18:09:47 UTC (rev 27010)
@@ -8,8 +8,8 @@
 
 <content class=".pagefolder.PageFolder">
   <factory
-    id = "zope.app.presentation.pagefolder.PageFolder"
-    title = "View Folder"
+    id="zope.app.presentation.pagefolder.PageFolder"
+    title="View Folder"
     />
   <require
       permission="zope.View"

Modified: Zope3/trunk/src/zope/app/registration/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/registration/configure.zcml	2004-08-11 18:09:42 UTC (rev 27009)
+++ Zope3/trunk/src/zope/app/registration/configure.zcml	2004-08-11 18:09:47 UTC (rev 27010)
@@ -36,8 +36,8 @@
 
   <content class=".registration.RegistrationManager">
     <factory
-        id = "zope.app.services.RegistrationManager"
-        title = "Registration Manager" />
+        id="zope.app.services.RegistrationManager"
+        title="Registration Manager" />
     <require
         permission="zope.View"
         interface="zope.app.container.interfaces.IReadContainer" />



More information about the Zope3-Checkins mailing list