[Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/i18n/browser/configure.zcml
	Correct indenetation.
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Tue Oct 12 03:52:51 EDT 2004
    
    
  
Log message for revision 27982:
  Correct indenetation.
  
Changed:
  U   Zope3/trunk/src/zope/app/i18n/browser/configure.zcml
-=-
Modified: Zope3/trunk/src/zope/app/i18n/browser/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/i18n/browser/configure.zcml	2004-10-12 07:51:25 UTC (rev 27981)
+++ Zope3/trunk/src/zope/app/i18n/browser/configure.zcml	2004-10-12 07:52:49 UTC (rev 27982)
@@ -1,6 +1,6 @@
 <zope:configure 
-  xmlns:zope="http://namespaces.zope.org/zope"
-  xmlns="http://namespaces.zope.org/browser">
+    xmlns:zope="http://namespaces.zope.org/zope"
+    xmlns="http://namespaces.zope.org/browser">
 
   <tool
       interface="zope.i18n.interfaces.ITranslationDomain"
    
    
More information about the Zope3-Checkins
mailing list