Update of /cvsroot/fink/web/pdb
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv10503/web/pdb

Modified Files:
        package.php 
Log Message:
fix colors in many browsers ;)

Index: package.php
===================================================================
RCS file: /cvsroot/fink/web/pdb/package.php,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- package.php 5 Dec 2007 19:04:34 -0000       1.52
+++ package.php 5 Dec 2007 19:59:24 -0000       1.53
@@ -189,7 +189,7 @@
 
                if ($last_dist_name != $dist_name) {
                        $color_count++;
-                       $row_color='bgcolor="' . 
dechex($colors[$color_count][0]) . dechex($colors[$color_count][1]) . 'ff"';
+                       $row_color='bgcolor="#' . 
dechex($colors[$color_count][0]) . dechex($colors[$color_count][1]) . 'ff"';
                }
 
                if (!$showall && !$dist->isVisible())


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to