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 georg.brandl
Recipients georg.brandl, ronny
Date 2008-09-25.12:54:58
SpamBayes Score 0.00025429635
Marked as misclassified No
Message-id <1222347365.84.0.43283754809.issue3960@psf.upfronthosting.co.za>
In-reply-to
Content
Actually this is all right. The generated HTML looks like this:
<span id="blah"></span><h3>Blah<a class="headerlink" href="#blah"
title="Permalink to this headline">¶</a></h3>

So the id is in the span tag, not the a tag. The link generated for the
¶ is a convenience so that you can right-click and say "copy link
location" if you want to have a URL pointing to that heading.
History
Date User Action Args
2008-09-25 12:56:05georg.brandlsetrecipients: + georg.brandl, ronny
2008-09-25 12:56:05georg.brandlsetmessageid: <1222347365.84.0.43283754809.issue3960@psf.upfronthosting.co.za>
2008-09-25 12:54:59georg.brandllinkissue3960 messages
2008-09-25 12:54:58georg.brandlcreate