[Epydoc-commits] SF.net SVN: epydoc: [1492] trunk/epydoc/src/epydoc/cli.py
Brought to you by:
edloper
From: <ed...@us...> - 2007-02-14 02:19:03
|
Revision: 1492 http://svn.sourceforge.net/epydoc/?rev=1492&view=rev Author: edloper Date: 2007-02-13 18:19:00 -0800 (Tue, 13 Feb 2007) Log Message: ----------- - Fixed title in epydoc-log.html Modified Paths: -------------- trunk/epydoc/src/epydoc/cli.py Modified: trunk/epydoc/src/epydoc/cli.py =================================================================== --- trunk/epydoc/src/epydoc/cli.py 2007-02-14 02:16:36 UTC (rev 1491) +++ trunk/epydoc/src/epydoc/cli.py 2007-02-14 02:19:00 UTC (rev 1492) @@ -1194,7 +1194,7 @@ "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title>$title$</title> + <title>Epydoc Log</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> </head> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |