[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/browser/index.pt
- Removed border="1" attribute from the frameset that made
the apidoc
Christian Theune
ct at gocept.com
Tue May 25 16:29:07 EDT 2004
Log message for revision 24972:
- Removed border="1" attribute from the frameset that made the apidoc
pretty unusable for Mozilla
-=-
Modified: Zope3/trunk/src/zope/app/apidoc/browser/index.pt
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/browser/index.pt 2004-05-25 20:19:32 UTC (rev 24971)
+++ Zope3/trunk/src/zope/app/apidoc/browser/index.pt 2004-05-25 20:29:07 UTC (rev 24972)
@@ -1,13 +1,13 @@
<html>
<head>
- <title i18n:translate="">Zope 3 API Docs</title>
+ <title i18n:translate="">Zope 3 API Documentation</title>
</head>
- <frameset cols="20%, *" border="1">
+ <frameset cols="20%, *">
<frameset rows="120, *">
- <frame name="modules" src="modulelist.html" border="1">
- <frame name="menu" src="menu.html" border="1">
+ <frame name="modules" src="modulelist.html">
+ <frame name="menu" src="menu.html">
</frameset>
- <frame name="main" src="contents.html" border="1">
+ <frame name="main" src="contents.html">
</frameset>
</html>
More information about the Zope3-Checkins
mailing list