diff options
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/dashboard-toplist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/dashboard-toplist.html b/httemplate/elements/dashboard-toplist.html index b0ee8c8a3..5b8c52492 100644 --- a/httemplate/elements/dashboard-toplist.html +++ b/httemplate/elements/dashboard-toplist.html @@ -62,7 +62,7 @@ <TD CLASS="grid" COLSPAN="<% scalar(@custom_priorities) + 2 %>" BGCOLOR="<% $bgcolor %>"> </TD> </TR> -% } elsif ( $line =~ /^\S/ { #label line +% } elsif ( $line =~ /^\S/ ) { #label line <TR> <TH CLASS="grid" BGCOLOR="#cccccc"><% $line %></TH> |