Bug#423168: pod2html produces invalid XHTML

2007-09-05 Thread Frans Pop
tag 423168 + patch thanks This particular issue can be resolved using one of the attached alternative patches. The effect of the patches is identical, it is just the implementation that is slightly different. Pick whichever you prefer. Note that there are other issues with the generation of

Bug#423168: pod2html produces invalid XHTML

2007-09-05 Thread Frans Pop
On Wednesday 05 September 2007, Frans Pop wrote: This particular issue can be resolved using one of the attached alternative patches. The effect of the patches is identical, it is just the implementation that is slightly different. Pick whichever you prefer. Please consider the patch in

Bug#423168: pod2html produces invalid XHTML

2007-05-10 Thread Jakub Wilk
Package: perl Version: 5.8.8-7 Severity: normal $ cat buggy.pl __END__ =over 4 =item foo =back =cut $ pod2html buggy.pl | xmllint - 21 -:19: parser error : Opening and ending tag mismatch: dt line 17 and dl /dl ^ -:21: parser error : Opening and ending tag mismatch: dl line 16 and body