60e9052fe32b3b345d4b2c5802c7f80bdc84e5dc galt Tue Jul 17 13:42:42 2012 -0700 fixing hgc since htmlCheck found missing /BODY tag diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index 18d2927..ffa8d5e 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -25301,30 +25301,32 @@ doGeneReviews(tdb, item); } else if (tdb != NULL) { genericClickHandler(tdb, item, NULL); } else { cartWebStart(cart, database, "%s", track); printf("Sorry, clicking there doesn't do anything yet (%s).", track); } /* End of 1000+ line dispatch on table involving 100+ if/elses. */ if (didCartHtmlStart) cartHtmlEnd(); +else + webEnd(); } struct hash *orgDbHash = NULL; void initOrgDbHash() /* Function to initialize a hash of organism names that hash to a database ID. * This is used to show alignments by hashing the organism associated with the * track to the database name where the chromInfo is stored. For example, the * mousBlat track in the human browser would hash to the mm2 database. */ { orgDbHash = hashNew(8); } void cartDoMiddle(struct cart *theCart) /* Save cart and do main middle handler. */