--- test/html-webhacc/WebHACC/Result.pm 2008/08/15 08:36:41 1.11
+++ test/html-webhacc/WebHACC/Result.pm 2008/08/15 12:11:56 1.12
@@ -207,7 +207,7 @@
$out->nl_text ($error_type_text, node => $opt{node}, text => $opt{text});
## 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 ('
)');