--- rxvt-unicode/doc/podtbl 2004/08/14 03:07:50 1.2 +++ rxvt-unicode/doc/podtbl 2007/06/24 22:30:52 1.3 @@ -78,13 +78,14 @@ print $fh "\n=end roff\n\n"; # html - print $fh "=begin html\n\n"; + # pod::xhtml fails on begin/end blocks +# print $fh "=begin xhtml\n\n"; - print $fh "\n"; - print $fh map "\n", @$table; - print $fh "
" . +(join "", htmlfcodes @$_) . "
\n"; + print $fh "=for html "; + print $fh map "", @$table; + print $fh "
" . +(join "", htmlfcodes @$_) . "
\n\n"; - print $fh "\n=end html\n\n"; +# print $fh "\n=end xhtml\n\n"; }