[Epydoc-commits] SF.net SVN: epydoc: [1229] trunk/epydoc/src/epydoc/docwriter/html.py
Brought to you by:
edloper
From: <ed...@us...> - 2006-04-13 07:17:46
|
Revision: 1229 Author: edloper Date: 2006-04-13 00:17:41 -0700 (Thu, 13 Apr 2006) ViewCVS: http://svn.sourceforge.net/epydoc/?rev=1229&view=rev Log Message: ----------- - s/Index/Indices/ on the navbar Modified Paths: -------------- trunk/epydoc/src/epydoc/docwriter/html.py Modified: trunk/epydoc/src/epydoc/docwriter/html.py =================================================================== --- trunk/epydoc/src/epydoc/docwriter/html.py 2006-04-13 07:14:46 UTC (rev 1228) +++ trunk/epydoc/src/epydoc/docwriter/html.py 2006-04-13 07:17:41 UTC (rev 1229) @@ -1520,10 +1520,10 @@ <!-- Index link --> >>> if context == "indices": <th bgcolor="#70b0f0" class="navselect" - > Index </th> + > Indices </th> >>> else: <th class="navbar"> <a class="navbar" - href="identifier-index.html">Index</a> </th> + href="identifier-index.html">Indices</a> </th> >>> #endif <!-- Help link --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |