[Zope3-checkins] CVS: Zope3/src/zope/app/container - configure.zcml:1.21

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Dec 14 23:30:18 EST 2003


Update of /cvs-repository/Zope3/src/zope/app/container
In directory cvs.zope.org:/tmp/cvs-serv19375/src/zope/app/container

Modified Files:
	configure.zcml 
Log Message:
Moved single quote to double quote.


=== Zope3/src/zope/app/container/configure.zcml 1.20 => 1.21 ===
--- Zope3/src/zope/app/container/configure.zcml:1.20	Wed Dec  3 00:41:12 2003
+++ Zope3/src/zope/app/container/configure.zcml	Sun Dec 14 23:30:17 2003
@@ -1,7 +1,7 @@
 <configure
-   xmlns='http://namespaces.zope.org/zope'
-   xmlns:browser='http://namespaces.zope.org/browser'
-   xmlns:xmlrpc='http://namespaces.zope.org/xmlrpc'
+   xmlns="http://namespaces.zope.org/zope"
+   xmlns:browser="http://namespaces.zope.org/browser"
+   xmlns:xmlrpc="http://namespaces.zope.org/xmlrpc"
    xmlns:event="http://namespaces.zope.org/event"
    i18n_domain="zope"
    >




More information about the Zope3-Checkins mailing list