[Zope3-checkins] CVS: Zope3/src/zope/app/browser - auth.zcml:1.5

Sidnei da Silva sidnei at x3ng.com.br
Tue Feb 3 16:54:02 EST 2004


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

Modified Files:
	auth.zcml 
Log Message:
Death to whitespace


=== Zope3/src/zope/app/browser/auth.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/browser/auth.zcml:1.4	Sat Aug 23 16:37:35 2003
+++ Zope3/src/zope/app/browser/auth.zcml	Tue Feb  3 16:53:30 2004
@@ -1,16 +1,16 @@
-<zope:configure 
+<zope:configure
    xmlns:zope="http://namespaces.zope.org/zope"
    xmlns="http://namespaces.zope.org/browser">
 
-  <page 
+  <page
       name="login.html"
       for="*"
       class=".auth.HTTPAuthenticationLogin"
       attribute="login"
       permission="zope.Public"
       allowed_interface="zope.app.interfaces.publisher.http.ILogin" />
-  
-  <page 
+
+  <page
       name="logout.html"
       for="*"
       class=".auth.HTTPAuthenticationLogout"




More information about the Zope3-Checkins mailing list