Author: joeyh Date: 2005-01-22 05:38:11 +0100 (Sat, 22 Jan 2005) New Revision: 311 Modified: sarge-checks/checklist Log: mark unfixed bugs in bold Modified: sarge-checks/checklist ==================================================================--- sarge-checks/checklist 2005-01-22 04:36:30 UTC (rev 310) +++ sarge-checks/checklist 2005-01-22 04:38:11 UTC (rev 311) @@ -21,6 +21,7 @@ if ($html) { $condition=~s{bug #(\d+)}{<a href="http://bugs.debian.org/$1">bug #$1</a>}g; + $condition=~s{unfixed}{<b>unfixed</b>}g; $item=~s#((?:CAN|CVE)-\d+-\d+)#<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=$1">$1</a>#g; }