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

Gary Poster gary@zope.com
Mon, 30 Dec 2002 21:01:21 -0500


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

Modified Files:
	configure.zcml 
Log Message:
in order to make introspector work, changed IInterface default page name to index.html.  Could have reset the default page name for this particular interface but using index.html seemed to be the right thing to do.


=== Zope3/src/zope/app/browser/configure.zcml 1.9 => 1.10 ===
--- Zope3/src/zope/app/browser/configure.zcml:1.9	Mon Dec 30 18:50:22 2002
+++ Zope3/src/zope/app/browser/configure.zcml	Mon Dec 30 21:01:19 2002
@@ -94,7 +94,7 @@
 
 
   <page
-      name="interfaceBrowser.html"
+      name="index.html"
       for="zope.interface.interfaces.IInterface"
       permission="zope.View"
       template="introspector.pt"