[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form - configure.zcml:1.14

Steve Alexander steve@cat-box.net
Fri, 20 Jun 2003 02:42:06 -0400


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

Modified Files:
	configure.zcml 
Log Message:
removed excess whitespace


=== Zope3/src/zope/app/browser/form/configure.zcml 1.13 => 1.14 ===
--- Zope3/src/zope/app/browser/form/configure.zcml:1.13	Fri Jun  6 15:24:30 2003
+++ Zope3/src/zope/app/browser/form/configure.zcml	Fri Jun 20 02:42:05 2003
@@ -218,7 +218,7 @@
       name="widget-query-multi-helper"
       factory=".vocabularywidget.IterableVocabularyQueryMultiView"
       />
-      
+
   <view
       permission="zope.Public"
       type="zope.publisher.interfaces.browser.IBrowserPresentation"
@@ -226,7 +226,7 @@
       name="field-edit-widget"
       for="zope.schema.interfaces.IVocabulary"
       />
-      
+
   <view
       permission="zope.Public"
       type="zope.publisher.interfaces.browser.IBrowserPresentation"
@@ -234,7 +234,7 @@
       name="field-display-widget"
       for="zope.schema.interfaces.IVocabulary"
       />
-      
+
   <view
       permission="zope.Public"
       type="zope.publisher.interfaces.browser.IBrowserPresentation"
@@ -250,7 +250,7 @@
       name="field-multi-display"
       for="zope.schema.interfaces.IVocabulary"
       />
-      
+
   <!-- Default simple display view -->
   <browser:page
       permission="zope.Public"