Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2004 21:43:35 +0100
From:      nono <nono_99_fr@yahoo.fr>
To:        freebsd-cvsweb@freebsd.org
Subject:   Display Bug
Message-ID:  <402E8877.9080300@yahoo.fr>

next in thread | raw e-mail | index | archive | help
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


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?402E8877.9080300>