e375b6261547192b9aebef00662d48fb7256c032 chmalee Mon May 4 09:00:02 2026 -0700 Fix a comment typo and some potential XSS vectors pointed out in code review email diff --git src/hg/hgc/hgc.h src/hg/hgc/hgc.h index 09c0015d7c8..3c5d6274f3b 100644 --- src/hg/hgc/hgc.h +++ src/hg/hgc/hgc.h @@ -469,31 +469,31 @@ /* Show details of an alignment from a VCF file compressed and indexed by tabix. */ void doVcfTabixDetailsExt(struct trackDb *tdb, char *item, struct featureBits **pFbList, int start, int end); /* Show details of an alignment from a VCF file compressed and indexed by tabix. */ void doVcfDetails(struct trackDb *tdb, char *item); /* Show details of an alignment from an uncompressed VCF file. */ void doVcfDetailsExt(struct trackDb *tdb, char *item, struct featureBits **pFbList, int start, int end); /* Show details of an alignment from an uncompressed VCF file. */ void doBarChartDetails(struct trackDb *tdb, char *item); /* Details of barChart item */ void doMyVariantsDetails(struct customTrack *ct, char *itemIdString); -/* Show details of a makeItems item. */ +/* Show details of a myVariants item. */ void doBedDetail(struct trackDb *tdb, struct customTrack *ct, char *itemName); /* generate the detail page for a custom track of bedDetail type */ void doPgSnp(struct trackDb *tdb, char *itemName, struct customTrack *ct); /* print detail page for personal genome track (pgSnp) */ void doGvf(struct trackDb *tdb, char *item); /* Show details for variants represented as GVF, stored in a bed8Attrs table */ void doGeneReviews(struct trackDb *tdb, char *itemName); /* generate the detail page for geneReviews */ void prGeneReviews(struct sqlConnection *conn, char *itemName); /* print GeneReviews associated to this item */