This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronny
Recipients georg.brandl, ronny
Date 2008-09-25.12:41:47
SpamBayes Score 0.00041894414
Marked as misclassified No
Message-id <1222346508.67.0.745864435926.issue3960@psf.upfronthosting.co.za>
In-reply-to
Content
With sphinx svn version 66617, generated html docs have invalid html 
anchors: <a class="headerlink" href="#blah"> instead of <a 
class="headerlink" name="blah">.

Affected file: sphinx/htmlwriter.py, lines 71 and 373.
History
Date User Action Args
2008-09-25 12:41:48ronnysetrecipients: + ronny, georg.brandl
2008-09-25 12:41:48ronnysetmessageid: <1222346508.67.0.745864435926.issue3960@psf.upfronthosting.co.za>
2008-09-25 12:41:47ronnylinkissue3960 messages
2008-09-25 12:41:47ronnycreate