in reply to Re^2: POD translation to HTML bug?
in thread POD translation to HTML bug?
Seems that it might be simple to add an auto-close "feature" to pod2html. Not that it should do it, by default. But as an option. Given that the <img tag is already a self contained tag. It might be easy.
--Chris
#!/usr/bin/perl -Tw use Perl::Always or die; my $perl_version = (5.12.5); print $perl_version;
|
|---|