Commit 69a478ec authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 104247 - make colours in buglists work again. Patch by kiko, r=gerv.

parent fb4981af
...@@ -1228,13 +1228,13 @@ while (@row = FetchSQLData()) { ...@@ -1228,13 +1228,13 @@ while (@row = FetchSQLData()) {
} }
my $customstyle = ""; my $customstyle = "";
if ($severity) { if ($severity) {
if ($severity eq "enhan") { if ($severity eq "enh") {
$customstyle = "style='font-style:italic ! important'"; $customstyle = "style='font-style:italic ! important'";
} }
if ($severity eq "block") { if ($severity eq "blo") {
$customstyle = "style='color:red ! important; font-weight:bold ! important'"; $customstyle = "style='color:red ! important; font-weight:bold ! important'";
} }
if ($severity eq "criti") { if ($severity eq "cri") {
$customstyle = "style='color:red; ! important'"; $customstyle = "style='color:red; ! important'";
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment