pod2html mangles C<&foo(42);>
authorHans Mulder <hansmu@xs4all.nl>
Sun, 15 Jun 1997 11:26:17 +0000 (23:26 +1200)
committerTim Bunce <Tim.Bunce@ig.co.uk>
Wed, 6 Aug 1997 12:00:00 +0000 (00:00 +1200)
commitcbcd949909e8235878afef51bf24ea843fcacde0
tree26c65b4b17c5033a5749f7d79ca4ac71954f6673
parent67e4c82827d14b0591d9026f03f3db887b698636
pod2html mangles C<&foo(42);>

Pod2html does not handle ampersands inside C<> sequences properly.
For example, C<&foo(42);> is translated to <CODE>&foo(42);</CODE>.
This is wrong: the "&" needs to be translated to "&amp;".

p5p-msgid: 199706250057.CAA10162@xs1.xs4all.nl
lib/Pod/Html.pm