diff options
Diffstat (limited to 'repoze/bfg/meta.zcml')
| -rw-r--r-- | repoze/bfg/meta.zcml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/repoze/bfg/meta.zcml b/repoze/bfg/meta.zcml index c27123485..72e963ae6 100644 --- a/repoze/bfg/meta.zcml +++ b/repoze/bfg/meta.zcml @@ -2,12 +2,12 @@ xmlns="http://namespaces.zope.org/zope" xmlns:meta="http://namespaces.zope.org/meta"> - <meta:directives namespace="http://namespaces.repoze.org/browser"> + <meta:directives namespace="http://namespaces.repoze.org/bfg"> <meta:directive - name="page" - schema=".zcml.IPageDirective" - handler=".zcml.page" + name="view" + schema=".zcml.IViewDirective" + handler=".zcml.view" /> </meta:directives> |
