Markup bug in HaskellWiki

In the Wiki article http://haskell.org/haskellwiki/Comparison_chain there is the piece unzip">unzip which is improperly formatted.

On 04/03/2008, Henning Thielemann
In the Wiki article
http://haskell.org/haskellwiki/Comparison_chain
there is the piece
unzip">unzip
which is improperly formatted.
I guess the wiki uses GeSHi, and it's because of a bug in the keyword list. I reported it to the maintainer a few weeks ago (when I wrote this [1]) but I haven't heard any word back. It's dead easy to fix if someone has access to the PHP source. There's a file called, IIRC, haskell.php with a large list of keywords. Two of them, 'unzip' and 'unzip3' appear twice. Delete one of each and it all works fine again. [1] http://www.dougalstanton.net/blog/index.php/2008/02/12/spot-the-deliberate-m... -- Dougal Stanton dougal@dougalstanton.net // http://www.dougalstanton.net

Am Dienstag, 4. März 2008 16:10 schrieb Dougal Stanton:
[…]
There's a file called, IIRC, haskell.php with a large list of keywords. Two of them, 'unzip' and 'unzip3' appear twice. Delete one of each and it all works fine again.
Why do they appear at all? They are not keywords. Best wishes, Wolfgang

On Tue, 4 Mar 2008, Wolfgang Jeltsch wrote:
Am Dienstag, 4. März 2008 16:10 schrieb Dougal Stanton:
[…]
There's a file called, IIRC, haskell.php with a large list of keywords. Two of them, 'unzip' and 'unzip3' appear twice. Delete one of each and it all works fine again.
Why do they appear at all? They are not keywords.
They link to the online Haddock documentation of Prelude.

On 04/03/2008, Wolfgang Jeltsch
Am Dienstag, 4. März 2008 16:10 schrieb Dougal Stanton:
[…]
There's a file called, IIRC, haskell.php with a large list of keywords. Two of them, 'unzip' and 'unzip3' appear twice. Delete one of each and it all works fine again.
Why do they appear at all? They are not keywords.
Well, keywords is a bit of a misnomer. Geshi isn't very smart, it just recognises the standard prelude and adds in links to the online API. D -- Dougal Stanton dougal@dougalstanton.net // http://www.dougalstanton.net
participants (3)
-
Dougal Stanton
-
Henning Thielemann
-
Wolfgang Jeltsch