[Zope3-checkins] CVS: Zope3/src/zope/products/statictree/skins -
configure.zcml:1.3
Philipp von Weitershausen
philikon at philikon.de
Sun Feb 15 14:06:57 EST 2004
Update of /cvs-repository/Zope3/src/zope/products/statictree/skins
In directory cvs.zope.org:/tmp/cvs-serv17153/skins
Modified Files:
configure.zcml
Log Message:
Put the XML namespace declaration back. Stephan must have removed it by
accident.
=== Zope3/src/zope/products/statictree/skins/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/products/statictree/skins/configure.zcml:1.2 Sun Feb 15 13:59:56 2004
+++ Zope3/src/zope/products/statictree/skins/configure.zcml Sun Feb 15 14:06:57 2004
@@ -1,4 +1,5 @@
<configure
+ xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser">
<browser:layer name="statictree" />
More information about the Zope3-Checkins
mailing list