[Zope3-checkins] CVS: Zope3/src/zope/app/apidoc/browser -
details_macros.pt:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sun Mar 28 18:39:41 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/apidoc/browser
In directory cvs.zope.org:/tmp/cvs-serv22119/src/zope/app/apidoc/browser
Modified Files:
details_macros.pt
Log Message:
Use macros correctly, so that we will not get two body tags.
=== Zope3/src/zope/app/apidoc/browser/details_macros.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/apidoc/browser/details_macros.pt:1.1 Thu Feb 19 15:46:39 2004
+++ Zope3/src/zope/app/apidoc/browser/details_macros.pt Sun Mar 28 18:39:40 2004
@@ -27,9 +27,7 @@
<head>
-<body style="margin: 1em;">
-
- <metal:block define-slot="contents" />
+<body metal:define-slot="contents">
</body>
</html>
More information about the Zope3-Checkins
mailing list