]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 104247 - make colours in buglists work again. Patch by kiko, r=gerv.
authorgerv%gerv.net <>
Fri, 12 Oct 2001 04:42:07 +0000 (04:42 +0000)
committergerv%gerv.net <>
Fri, 12 Oct 2001 04:42:07 +0000 (04:42 +0000)
buglist.cgi

index 144972d379ba1d4b6000f341d92191c2af253218..42ddee9b8654b5be94456aadf7e4e3b3ff4db0cd 100755 (executable)
@@ -1228,13 +1228,13 @@ while (@row = FetchSQLData()) {
         }
         my $customstyle = "";
         if ($severity) {
-            if ($severity eq "enhan") {
+            if ($severity eq "enh") {
                 $customstyle = "style='font-style:italic ! important'";
             }
-            if ($severity eq "block") {
+            if ($severity eq "blo") {
                 $customstyle = "style='color:red ! important; font-weight:bold ! important'";
             }
-            if ($severity eq "criti") {
+            if ($severity eq "cri") {
                 $customstyle = "style='color:red; ! important'";
             }
         }