--- test/html-webhacc/cc.cgi 2008/02/10 07:35:23 1.36
+++ test/html-webhacc/cc.cgi 2008/03/16 11:38:47 1.41
@@ -86,6 +86,8 @@
$char_length byte@{[$char_length == 1 ? '' : 's']}
+
+
];
$input->{id_prefix} = '';
@@ -132,6 +134,8 @@
} elsif ($err->{level} eq 'u' or $err->{level} eq 'unsupported') {
$result->{$layer}->{unsupported}++;
$result->{unsupported} = 1;
+ } elsif ($err->{level} eq 'i') {
+ #
} else {
$result->{$layer}->{must}++;
$result->{$layer}->{score_max} -= 2;
@@ -290,18 +294,14 @@