aab4f66a2aca5293f3536cc1d1438b17d2b09dfd tdreszer Thu May 5 16:14:15 2011 -0700 A large set of tiny changes. These fix a lot of discrepencies with bgcolor and font color declarations which were tripping up docttype 4.01. diff --git src/hg/lib/wigDataStream.c src/hg/lib/wigDataStream.c index 66a2e23..179e658 100644 --- src/hg/lib/wigDataStream.c +++ src/hg/lib/wigDataStream.c @@ -122,32 +122,31 @@ } void wigStatsHeader(struct wiggleDataStream *wds, FILE * fh, boolean htmlOut) /* begin wiggle stats table */ { if (htmlOut) { /* For some reason BORDER=1 does not work in our web.c nested table * scheme. So use web.c's trick of using an enclosing table * to provide a border. */ fprintf(fh,"

" "\n" "
"); - fprintf (fh, ""); + fprintf(fh, "
"); if (wds->db) fprintf(fh, "\n", wds->db, wds->tblName); if (wds->isFile) { if ( (stringIn("trash/ct_",wds->tblName)) || (stringIn("trash/hgtct_",wds->tblName))) fprintf(fh, "\n" ); else fprintf(fh, "\n", wds->tblName); } wigStatsTableHeading(fh, htmlOut); } else { if (wds->db)
Database: %s Table: %s
custom track
from file %s