ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/podtbl
(Generate patch)

Comparing rxvt-unicode/doc/podtbl (file contents):
Revision 1.2 by root, Sat Aug 14 03:07:50 2004 UTC vs.
Revision 1.3 by root, Sun Jun 24 22:30:52 2007 UTC

76 print $fh ".TE\n"; 76 print $fh ".TE\n";
77 77
78 print $fh "\n=end roff\n\n"; 78 print $fh "\n=end roff\n\n";
79 79
80 # html 80 # html
81 # pod::xhtml fails on begin/end blocks
81 print $fh "=begin html\n\n"; 82# print $fh "=begin xhtml\n\n";
82 83
83 print $fh "<table>\n"; 84 print $fh "=for html <table>";
84 print $fh map "<tr><td>" . +(join "</td><td>", htmlfcodes @$_) . "</td></tr>\n", @$table; 85 print $fh map "<tr><td>" . +(join "</td><td>", htmlfcodes @$_) . "</td></tr>", @$table;
85 print $fh "</table>\n"; 86 print $fh "</table>\n\n";
86 87
87 print $fh "\n=end html\n\n"; 88# print $fh "\n=end xhtml\n\n";
88 89
89} 90}
90 91
91__PACKAGE__->new->parse_from_filehandle; 92__PACKAGE__->new->parse_from_filehandle;
92 93

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines