#559: [doc] POD escape E<> is not handled by HTML generation
---------------------+------------------------------------------------------
 Reporter:  fperrad  |       Owner:     
     Type:  bug      |      Status:  new
 Priority:  normal   |   Milestone:     
Component:  docs     |     Version:     
 Severity:  medium   |    Keywords:     
     Lang:           |       Patch:     
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by coke):

 Tried this:

 {{{

 diff --git a/lib/Parrot/Docs/PodToHtml.pm b/lib/Parrot/Docs/PodToHtml.pm
 index 63e1177..6e46adc 100644
 --- a/lib/Parrot/Docs/PodToHtml.pm
 +++ b/lib/Parrot/Docs/PodToHtml.pm
 @@ -49,6 +49,8 @@ sub new {
          PASM_INVALID PASM_TODO
          PIR_FRAGMENT_INVALID
      ));
 +    $new->codes_in_verbatim(1);
 +
      delete(@{$new->{'Tagmap'}}{'Data','/Data'});

      return $new;
 }}}

 Doesn't seem to have any effect.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/559#comment:5>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to