$output .= qq(<abbr title="fixed versions">☺</abbr>);
}
if (@{$status{blockedby_array}}) {
- $output .= qq(<abbr title="blocked by">â\94«</abbr>);
+ $output .= qq(<abbr title="blocked by">â\99\99</abbr>);
}
if (@{$status{blocks_array}}) {
- $output .= qq(<abbr title="blocks">â\94£</abbr>);
+ $output .= qq(<abbr title="blocks">â\99\94</abbr>);
}
if (length($status{forwarded})) {
$output .= qq(<abbr title="forwarded">↝</abbr>);
if ($status{archived}) {
$output .= qq(<abbr title="archived">♲</abbr>);
}
+ if (length $status{affects}){
+ $output .= qq(<abbr title="affects">☣</abbr>);
+ }
length($output)?$output:' ';
}</span></font>]
[{package_links(package=>[split /,/,$status{package}],options=>\%options,class=>"submitter")}]