Stas Bekman wrote:
[...]
The bug is in the POD not being completely translated into HTML. in
porting.html html2ps crashes here:
<h5>I<Apache/MP3.pm></h5>
i.e. I<> wasn't converted
I'm looking at it.
Now fixed.
Thanks for investigating the issue, Philip! That was very helpful.
The problem was that the title wasn't parsed and any POD markup in it
wasn't getting converted to HTML's equivalent. Fixed by:
- return "<h2>" . $head1->title . "</h2>\n\n" .
+ return "<h2>" . $head1->title->present($self) . "</h2>\n\n" .
in 0.17 it was passed to anchor() which has happened to render the title
besides other things.
--
_______________________________________________________________
Stas Bekman mailto:[EMAIL PROTECTED] | http://stason.org/
MailChannels: Assured Messaging (TM) | http://mailchannels.com/
The "Practical mod_perl" book | http://modperlbook.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]