[Haddock] [haddock] #163: Hyperlinked identifiers in headings are not rendered correctly in contents table
haddock
haddock at projects.haskell.org
Mon Nov 29 22:36:39 EST 2010
#163: Hyperlinked identifiers in headings are not rendered correctly in contents
table
-------------------+--------------------------------------------------------
Reporter: mitar | Owner:
Type: defect | Status: new
Priority: major | Milestone: 2.8.0
Version: 2.8.0 | Keywords:
-------------------+--------------------------------------------------------
Hyperlinked identifiers in headings are not rendered correctly in contents
table In Firefox 3.6.12 and Safari 5.0.2. For example if I have a heading:
{{{
-- * My heading with 'Element's
}}}
this is rendered with `Element` being a link to `Element` documentation,
`My heading with ` link to the heading, but `s` at the end is not a link
to the heading anymore. HTML is like:
{{{
<li><a href="#g:4">My heading with <code><a
href="Element.html#t:Element">Element</a></code>s</a></li>
}}}
But internally Firefox (Firebug) sees it as:
{{{
<li><a href="#g:4">My heading with <code></code></a><a
href="Element.html#t:Element">Element</a>s
</li>
}}}
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/163>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list