[Zope3-checkins] CVS: Zope3/src/zope/app/demo/hellopackage -
hello.pt:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Mar 23 17:08:14 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/demo/hellopackage
In directory cvs.zope.org:/tmp/cvs-serv22183/src/zope/app/demo/hellopackage
Modified Files:
hello.pt
Log Message:
Use the right macro for the purpose of the view.
=== Zope3/src/zope/app/demo/hellopackage/hello.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/demo/hellopackage/hello.pt:1.1 Fri Feb 27 09:50:21 2004
+++ Zope3/src/zope/app/demo/hellopackage/hello.pt Tue Mar 23 17:07:43 2004
@@ -1,4 +1,4 @@
-<html metal:use-macro="context/@@standard_macros/page"
+<html metal:use-macro="context/@@standard_macros/view"
i18n:domain="hellopackage">
<head>
<body>
More information about the Zope3-Checkins
mailing list