bb376c2c139d8368a28575c194b368270515d316 braney Thu Oct 27 11:42:43 2011 -0700 added a little snippet of HTML per Greg diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c index fc7f697..1d405c9 100644 --- src/hg/hgHubConnect/hgHubConnect.c +++ src/hg/hgHubConnect/hgHubConnect.c @@ -67,31 +67,31 @@ struct trackHubGenome *genomes = thub->genomeList; for(; genomes; genomes = genomes->next) hashStore(hash, genomes->name); } } static void hgHubConnectUnlisted(struct hubConnectStatus *hubList) /* Put up the list of unlisted hubs and other controls for the page. */ /* NOTE: Destroys hubList */ { // put out the top of our page printf("
" " " " " - " " " "); // count up the number of unlisted hubs we currently have int unlistedHubCount = 0; int otherHubCount = 0; struct hubConnectStatus *unlistedHubList = NULL; struct hubConnectStatus *hub, *nextHub; struct hash *assHash = newHash(5);
" + " " " " "" "