--- test/html-webhacc/WebHACC/Result.pm 2008/08/15 08:36:41 1.11 +++ test/html-webhacc/WebHACC/Result.pm 2008/08/15 16:03:46 1.13 @@ -204,10 +204,11 @@ ## Error message my $error_type_text = $opt{type}; - $out->nl_text ($error_type_text, node => $opt{node}, text => $opt{text}); + $out->nl_text ($error_type_text, node => $opt{node}, text => $opt{text}, + value => $opt{value}); ## Additional error description - if (defined $opt{text}) { + if (defined $opt{text}) { ## TODO: Remove this block once all errors are put into the catalog. $out->html (' ('); $out->text ($opt{text}); $out->html (')');