Parent Directory
|
Revision Log
|
Patch
| revision 1.6 by wakaba, Tue May 6 07:50:28 2008 UTC | revision 1.7 by wakaba, Tue May 6 08:47:09 2008 UTC | |
|---|---|---|
| # | Line 65 if ($mode eq '/table') { | Line 65 if ($mode eq '/table') { |
| 65 | my $table = Whatpm::HTMLTable->form_table ($table_el); | my $table = Whatpm::HTMLTable->form_table ($table_el); |
| 66 | Whatpm::HTMLTable->assign_header ($table); | Whatpm::HTMLTable->assign_header ($table); |
| 67 | ||
| 68 | delete $table->{element}; | |
| 69 | ||
| 70 | for (@{$table->{column_group}}, @{$table->{column}}, $table->{caption}, | for (@{$table->{column_group}}, @{$table->{column}}, $table->{caption}, |
| 71 | @{$table->{row}}) { | @{$table->{row}}) { |
| 72 | next unless $_; | next unless $_; |
|
||||||||
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |