diff -r 1f07674ec99f -r 5069de517698 common/tools/brag/yarpToBRAG.pl --- a/common/tools/brag/yarpToBRAG.pl Tue Nov 10 16:52:27 2009 +0000 +++ b/common/tools/brag/yarpToBRAG.pl Wed Nov 11 13:22:02 2009 +0000 @@ -121,7 +121,7 @@ my $failureItem = bless { # href => "", "package" => $failure->{package}, - Kids => [ bless { Text => $message }, "Characters" ], + Kids => [ bless { Kids => [ bless { Text => $message }, "Characters" ]}, "effect"], }, "failure"; push @{$failureSet->{Kids}}, $failureItem, $ToBrag::xmlNewline; }