[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/browser/details_macros.pt
Fix a wrong style attribute.
Florent Xicluna
laxyf at yahoo.fr
Sun Oct 8 06:34:12 EDT 2006
Log message for revision 70567:
Fix a wrong style attribute.
Changed:
U Zope3/trunk/src/zope/app/apidoc/browser/details_macros.pt
-=-
Modified: Zope3/trunk/src/zope/app/apidoc/browser/details_macros.pt
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/browser/details_macros.pt 2006-10-08 10:11:18 UTC (rev 70566)
+++ Zope3/trunk/src/zope/app/apidoc/browser/details_macros.pt 2006-10-08 10:34:11 UTC (rev 70567)
@@ -56,7 +56,7 @@
<metal:block define-macro="display">
- <div id="" style="display:;"
+ <div id="" style="display: block;"
tal:condition="show"
tal:attributes="id elementId">
<metal:block define-slot="content" />
More information about the Zope3-Checkins
mailing list