1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-02-22 15:04:46 +01:00

scripts/buildtable.pl: Fix for Obsolete status

This commit is contained in:
Luke Dashjr 2020-06-02 08:53:55 +00:00
parent dac31c7829
commit d8a56c9f2b

View file

@ -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',