--- test/html-webhacc/cc.cgi 2007/11/05 09:33:52 1.23
+++ test/html-webhacc/cc.cgi 2007/11/11 06:57:16 1.24
@@ -110,7 +110,7 @@
print_source_string_section (\($input->{s}), 'utf-8');
} else {
## TODO: Change HTTP status code??
- print_result_unknown_type_section ($input);
+ print_result_unknown_type_section ($input, $result);
}
if (defined $doc or defined $el) {
@@ -143,7 +143,8 @@