--- test/html-whatpm/table.cgi 2007/06/30 08:26:08 1.3
+++ test/html-whatpm/table.cgi 2008/02/10 02:30:14 1.5
@@ -82,6 +82,7 @@
next unless $_;
for (@$_) {
delete $_->{element};
+ $_->{is_header} = $_->{is_header} ? 1 : 0;
}
}
}
@@ -90,7 +91,7 @@
tableToCanvas (
';
print STDOUT objToJson ($table);
- print STDOUT ', document.body);
+ print STDOUT ', document.body, "");
';
}
@@ -107,11 +108,11 @@
=head1 LICENSE
-Copyright 2007 Wakaba
+Copyright 2007-2008 Wakaba
This library is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.
=cut
-## $Date: 2007/06/30 08:26:08 $
+## $Date: 2008/02/10 02:30:14 $