--- test/html-whatpm/table.cgi 2007/06/30 08:26:08 1.3
+++ test/html-whatpm/table.cgi 2007/07/16 10:55:11 1.4
@@ -82,6 +82,7 @@
next unless $_;
for (@$_) {
delete $_->{element};
+ $_->{is_header} = $_->{is_header} ? 1 : 0;
}
}
}
@@ -114,4 +115,4 @@
=cut
-## $Date: 2007/06/30 08:26:08 $
+## $Date: 2007/07/16 10:55:11 $