[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/zopetop -
view_macros.pt:1.4
Philipp von Weitershausen
cvs-admin at zope.org
Sat Dec 6 13:00:16 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/zopetop
In directory cvs.zope.org:/tmp/cvs-serv11994/zopetop
Modified Files:
view_macros.pt
Log Message:
Forgot to default the onload handler variable.
=== Zope3/src/zope/app/browser/skins/zopetop/view_macros.pt 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/skins/zopetop/view_macros.pt:1.3 Sat Dec 6 12:03:32 2003
+++ Zope3/src/zope/app/browser/skins/zopetop/view_macros.pt Sat Dec 6 13:00:15 2003
@@ -20,7 +20,7 @@
</div>
</head>
-<body onload="" tal:attributes="onload body_onload">
+<body tal:attributes="onload body_onload | nothing">
<div class="top">
<a href="#" tal:attributes="href string:${request/URL/1}/@@manage">
More information about the Zope3-Checkins
mailing list