src/hg/hgGene/ctd.c 1.9
1.9 2009/02/13 02:38:27 markd
fixed some invalid html
Index: src/hg/hgGene/ctd.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgGene/ctd.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/hg/hgGene/ctd.c 3 Sep 2008 19:18:49 -0000 1.8
+++ src/hg/hgGene/ctd.c 13 Feb 2009 02:38:27 -0000 1.9
@@ -76,10 +76,10 @@
}
printf("<LI><A HREF=\"http://ctd.mdibl.org/detail.go?type=chem&acc=%s\" target=_blank>",
chemId);
- printf("%s</B></A>\n", chemId);
- printf("%s\n", chemName);fflush(stdout);
+ printf("%s</A>\n", chemId);
+ printf("%s\n", chemName);
printf("</LI>");
chemCnt++;
row = sqlNextRow(sr);
/* Initially, just show no more than 10 items */