aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/html.py
diff options
context:
space:
mode:
authorGianluca Montecchi <gian@grys.it>2009-10-21 00:37:18 +0200
committerGianluca Montecchi <gian@grys.it>2009-10-21 00:37:18 +0200
commit373b8e5edb8a03a5bcd857cdc152386445854016 (patch)
tree4078eaa02bd97b1c096efb073a3b57e14c8b681b /becommands/html.py
parente308d438dbe74db0d432abb82cf92b8717a21602 (diff)
downloadbugseverywhere-373b8e5edb8a03a5bcd857cdc152386445854016.tar.gz
The (ugly) colors are back
Diffstat (limited to 'becommands/html.py')
-rw-r--r--becommands/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/html.py b/becommands/html.py
index f36ba8d..f0998e2 100644
--- a/becommands/html.py
+++ b/becommands/html.py
@@ -469,7 +469,7 @@ class HTMLGen (object):
"""
self.index_bug_entry ="""
- <tr class="%(severity)s-row">
+ <tr class="%(severity)s">
<td><a href="bugs/%(uuid)s.html">%(shortname)s</a></td>
<td><a href="bugs/%(uuid)s.html">%(status)s</a></td>
<td><a href="bugs/%(uuid)s.html">%(severity)s</a></td>