diff options
Diffstat (limited to 'httemplate')
-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> % } |