Talk:Pronunciation

From HaskellWiki
Revision as of 18:35, 6 April 2008 by Rk (talk | contribs) (Why is this automatic link going to the wrong place?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

How do I correct this automatic link?

The code

<hask> >> </hask>

displays a link to page

http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html#v:>

when I want it to go to

http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html#v%3A>>

or

http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html#v:>>

i.e. the fragment on the end is automatically set to #v:> when it should be something like #v:>> or maybe #v%3A>>

I don't understand where this comes from or how I can fix it.

Rk