547fafff699e3b2f00cd111de91ba560e29b5442 max Fri Sep 23 16:07:28 2016 -0700 crispr track: fixing a link problem visible only on firefox, refs #17235 diff --git src/hg/hgc/bigBedClick.c src/hg/hgc/bigBedClick.c index a376f68..73de5ea 100644 --- src/hg/hgc/bigBedClick.c +++ src/hg/hgc/bigBedClick.c @@ -161,31 +161,31 @@ } // print link to location printf("%s:%d (%c)\n", hgTracksPathAndSettings(), database, chrom, pos+1, pos+23, chrom, pos+1, strand); printf("\n"); } hFreeConn(&conn); printf("\n"); if (coordCount!=0) printf("\n"); if (collapsed) { - printf("

" + printf("

" "Show all %d off-targets...\n", coordCount); // inline .js is bad style but why pollute our global .js files for such a rare // case? Maybe we should have a generic "collapsible" class, like bootstrap? printf("\n"); } } static void detailsTabPrintSpecial(char *name, char *val, struct slPair *extraFields) /* some extra fields require special printing code, they all start with '_' */