Display Bug

VilleSkyttä scop at FreeBSD.org
Sun Feb 15 04:11:41 PST 2004


On Sat, 2004-02-14 at 22:43, nono wrote:

> 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.

Thanks, I've applied the fix to my local 2.0.x workspace.  I'm not sure
when or if there will be another release from that branch though.



More information about the freebsd-cvsweb mailing list