[Zope3-checkins] CVS: Zope3/src/zope/app/file/browser - configure.zcml:1.3

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Mar 2 09:26:03 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/file/browser
In directory cvs.zope.org:/tmp/cvs-serv22245/src/zope/app/file/browser

Modified Files:
	configure.zcml 
Log Message:


Converted single quotes to double quotes.




=== Zope3/src/zope/app/file/browser/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/file/browser/configure.zcml:1.2	Tue Feb 24 11:49:48 2004
+++ Zope3/src/zope/app/file/browser/configure.zcml	Tue Mar  2 09:26:02 2004
@@ -1,8 +1,8 @@
 <configure
-    xmlns='http://namespaces.zope.org/zope'
-    xmlns:browser='http://namespaces.zope.org/browser'
+    xmlns="http://namespaces.zope.org/zope"
+    xmlns:browser="http://namespaces.zope.org/browser"
     xmlns:help="http://namespaces.zope.org/help"
-    i18n_domain='zope'
+    i18n_domain="zope"
     >
 
   <!-- directives for File -->




More information about the Zope3-Checkins mailing list