944fe1248105b1641c4aa9d6d7c07a0e6bf9abbb braney Sun Dec 4 08:53:26 2011 -0800 a little fix from greg diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c index 91e5739..9bd488e 100644 --- src/hg/hgHubConnect/hgHubConnect.c +++ src/hg/hgHubConnect/hgHubConnect.c @@ -82,31 +82,31 @@ for(; genomes; genomes = genomes->next) hashStore(hash, genomes->name); } } static void hgHubConnectUnlisted(struct hubConnectStatus *hubList, struct hash *publicHash) /* Put up the list of unlisted hubs and other controls for the page. */ /* adds hubUrls to publicHash */ /* NOTE: Destroys hubList */ { // put out the top of our page printf("
" " " " " - " " " "); // count up the number of unlisted hubs we currently have int unlistedHubCount = 0; struct hubConnectStatus *unlistedHubList = NULL; struct hubConnectStatus *hub, *nextHub; struct hash *assHash = newHash(5);
" + " " " " "" "