diff options
author | ivan <ivan> | 2012-01-15 05:32:00 +0000 |
---|---|---|
committer | ivan <ivan> | 2012-01-15 05:32:00 +0000 |
commit | ba161fc6892f284af6504b6bba578523a248f1ba (patch) | |
tree | b5fda1baacce38440bc9639fc0548e6668fcbfd2 /httemplate/view | |
parent | 04a0d771475412b6f7304257ffea8f12326ae096 (diff) |
display spam status on account view, RT#15987
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/elements/svc_export_status.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/httemplate/view/elements/svc_export_status.html b/httemplate/view/elements/svc_export_status.html index 7efd3df16..d96bb277d 100644 --- a/httemplate/view/elements/svc_export_status.html +++ b/httemplate/view/elements/svc_export_status.html @@ -7,9 +7,7 @@ % foreach my $key ( sort {$a cmp $b} keys %$hashref ) { <TR> <TD ALIGN="right"><% $key |h %></TD> - <TD BGCOLOR="#ffffff"> - <B><% $hashref->{$key} |h %></B> - </TD> + <TD BGCOLOR="#ffffff"><% $hashref->{$key} |h %></TD> </TR> % } |