[issue3960] Section permalink html anchors are wrong

2008-09-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I don't see that inter-document links *wouldn't* work, except on antique browsers that insist on tags only for defining anchors. ___ Python tracker <[EMAIL PROTECTED]>

[issue3960] Section permalink html anchors are wrong

2008-09-25 Thread Ronny Haryanto
Ronny Haryanto <[EMAIL PROTECTED]> added the comment: Sorry, Georg, I just realized what you meant. You're right. But would it be possible to add "name" *in addition to* "href" so that clicking on in- document links (e.g. in Table of Contents) would still work? Thanks. _

[issue3960] Section permalink html anchors are wrong

2008-09-25 Thread Ronny Haryanto
Ronny Haryanto <[EMAIL PROTECTED]> added the comment: I should have mentioned that this breaks in-document links, e.g. clicking on blah will not bring you to My point is that the attribute should be "name" instead of "href". ___ Python tracker <[EMAIL P

[issue3960] Section permalink html anchors are wrong

2008-09-25 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Actually this is all right. The generated HTML looks like this: Blah¶ 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

[issue3960] Section permalink html anchors are wrong

2008-09-25 Thread Ronny Haryanto
Ronny Haryanto <[EMAIL PROTECTED]> added the comment: Sorry, forgot to mention that this happened to the generated Django html documentations (django svn r9084), if it makes any difference. After fixing the two lines (as I mentioned), all named link works again. ___

[issue3960] Section permalink html anchors are wrong

2008-09-25 Thread Ronny Haryanto
New submission from Ronny Haryanto <[EMAIL PROTECTED]>: With sphinx svn version 66617, generated html docs have invalid html anchors: instead of . Affected file: sphinx/htmlwriter.py, lines 71 and 373. -- assignee: georg.brandl components: Documentation tools (Sphinx) messages: 73783