Parent Directory
|
Revision Log
|
Patch
| revision 1.48 by wakaba, Sat Apr 12 15:57:56 2008 UTC | revision 1.49 by wakaba, Tue May 6 07:50:28 2008 UTC | |
|---|---|---|
| # | Line 965 sub print_table_section ($$) { | Line 965 sub print_table_section ($$) { |
| 965 | ## so that this script don't have to run the algorithm twice. | ## so that this script don't have to run the algorithm twice. |
| 966 | my $table = Whatpm::HTMLTable->form_table ($table_el); | my $table = Whatpm::HTMLTable->form_table ($table_el); |
| 967 | ||
| 968 | for (@{$table->{column_group}}, @{$table->{column}}, $table->{caption}) { | for (@{$table->{column_group}}, @{$table->{column}}, $table->{caption}, |
| 969 | @{$table->{row}}) { | |
| 970 | next unless $_; | next unless $_; |
| 971 | delete $_->{element}; | delete $_->{element}; |
| 972 | } | } |
|
||||||||
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |