a932a051a990323490611aaf898b3e1113f65e6e markd Mon Jan 13 17:08:56 2014 -0800 open link to GENCODE tags descirpiton in another tab diff --git src/hg/hgc/gencodeClick.c src/hg/hgc/gencodeClick.c index 2857dc2..1a6cb94 100644 --- src/hg/hgc/gencodeClick.c +++ src/hg/hgc/gencodeClick.c @@ -607,31 +607,31 @@ printf("\n"); slFreeList(&supportEvids); } static void writeTagEntry(struct wgEncodeGencodeTag *tag) /* write HTML table entry for a Tag */ { // FIXME: link to help once gencodegenes.org has it printf("%s", tag->tag); } static void writeTagLinkHtml(struct wgEncodeGencodeTag *tags) /* write HTML links to Tag */ { printf("\n"); -printf("\n", gencodeTagsUrl); +printf("\n", gencodeTagsUrl); printf("\n"); int i, rowCnt = 0; struct wgEncodeGencodeTag *tag = tags; while ((tag != NULL) || (rowCnt == 0)) { printf(""); for (i = 0; i < 3; i++) { if (tag != NULL) { writeTagEntry(tag); tag = tag->next; } else printf("
Tags
Tags
");