Display Bug

nono nono_99_fr at yahoo.fr
Sat Feb 14 12:43:39 PST 2004


Hi,

I noticed a bug in cvsweb. I use cvsweb-2.0.6 and the bug has been 
solved in the beta version.
The line 774 of cvsweb.cgi is :
printf '<th style="text-align: left; background-color: s">',
so the background color of the "Description" column header is 
$tableBorderColor.
The line 774 should be :
printf '<th style="text-align: left; background-color: %s">',
so the header background color is $columnHeaderColorDefault like other 
headers.

Bruno


More information about the freebsd-cvsweb mailing list