[Python-checkins] r61995 - doctools/trunk/doc/_templates/indexsidebar.html

georg.brandl python-checkins at python.org
Fri Mar 28 08:26:33 CET 2008


Author: georg.brandl
Date: Fri Mar 28 08:26:32 2008
New Revision: 61995

Modified:
   doctools/trunk/doc/_templates/indexsidebar.html
Log:
Fix HTML.


Modified: doctools/trunk/doc/_templates/indexsidebar.html
==============================================================================
--- doctools/trunk/doc/_templates/indexsidebar.html	(original)
+++ doctools/trunk/doc/_templates/indexsidebar.html	Fri Mar 28 08:26:32 2008
@@ -7,7 +7,7 @@
 
 <h3>Questions? Suggestions?</h3>
 
-<p>Join the <a href=http://groups.google.com/group/sphinx-dev">Google group</a>
+<p>Join the <a href="http://groups.google.com/group/sphinx-dev">Google group</a>
 or come to the <tt>#python-docs</tt> channel on FreeNode.</p>
 <p>You can also open a bug at Python's <a href="http://bugs.python.org/">bug
 tracker</a>, using the "Documentation tools" category.</p>


More information about the Python-checkins mailing list