summaryrefslogtreecommitdiff
path: root/scripts/buildtable.pl
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2020-06-02 08:53:55 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2020-06-02 08:53:55 +0000
commitd8a56c9f2b521bf4af5d588f217e7618cc44952c (patch)
tree9af0f7041d60c355a83c8830b17d618d07544fd3 /scripts/buildtable.pl
parentdac31c78292b9bdb6053134a84a4e14e1b6c52c6 (diff)
downloadbips-d8a56c9f2b521bf4af5d588f217e7618cc44952c.tar.xz
scripts/buildtable.pl: Fix for Obsolete status
Diffstat (limited to 'scripts/buildtable.pl')
-rwxr-xr-xscripts/buildtable.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl
index 75ace26..1edd8c0 100755
--- a/scripts/buildtable.pl
+++ b/scripts/buildtable.pl
@@ -54,6 +54,7 @@ my %ValidStatus = (
Final => "background-color: #cfffcf",
Active => "background-color: #cfffcf",
Replaced => "background-color: #ffcfcf",
+ Obsolete => "background-color: #ffcfcf",
);
my %ValidType = (
'Standards Track' => 'Standard',