diff --git a/mozilla/tools/tinderbox/report-tree-status.pl b/mozilla/tools/tinderbox/report-tree-status.pl index 54224074ef4..10842b6b63d 100755 --- a/mozilla/tools/tinderbox/report-tree-status.pl +++ b/mozilla/tools/tinderbox/report-tree-status.pl @@ -93,6 +93,7 @@ sub is_tree_open { # then shorten it up. $sheriff_string =~ s/<[pP]>//g; $sheriff_string =~ s/
//g; + $sheriff_string =~ s/<\/a>//g; $sheriff_string =~ s///g; $sheriff_string =~ s/"/ /g;