Ticket #549 (closed defect: fixed)

Opened 12 months ago

Last modified 12 months ago

Padre::Pod2HTML double anchors

Reported by: submersible_toaster Owned by:
Priority: minor Milestone:
Component: editor Version: trunk
Keywords: Cc:

Description

Reported by cowens in #padre.

#!/usr/bin/perl 

use strict;
use warnings;

use Padre::Pod2HTML;

print Padre::Pod2HTML->pod2html(join '', <DATA>);

__DATA__
=head2 test

L<test>

Attachments

cowens.patch Download (1.1 KB) - added by azawawi 12 months ago.
cowens++ Patch to fix <, < and << along

Change History

Changed 12 months ago by azawawi

cowens++ Patch to fix <, < and << along

Changed 12 months ago by azawawi

Cowens found two bugs in Pod::Simple::XHTML where it writes double anchors instead of none for a =head2 and the other where it does not escape <, > and <<

He submitted a bug to Pod::Simple::XHTML; meanwhile the patch has been applied.

Changed 12 months ago by azawawi

  • status changed from new to closed
  • resolution set to fixed

Fixed in r7834

Note: See TracTickets for help on using tickets.