aab7ab11207b95e0edae3674a65144a159b2dbe3 max Tue Jan 20 05:20:09 2026 -0800 forgot semicolon in previous commit diff --git src/hg/hgTrackUi/hgTrackUi.c src/hg/hgTrackUi/hgTrackUi.c index a3c4af87669..cacbbcb946b 100644 --- src/hg/hgTrackUi/hgTrackUi.c +++ src/hg/hgTrackUi/hgTrackUi.c @@ -2727,31 +2727,31 @@ static boolean isInTrackList(struct trackDb *tdbList, struct trackDb *target) /* Return TRUE if target is in tdbList. */ { struct trackDb *tdb; for (tdb = tdbList; tdb != NULL; tdb = tdb->next) if (tdb == target) return TRUE; return FALSE; } #endif /* UNUSED */ void superTrackUi(struct trackDb *superTdb, struct trackDb *tdbList) /* List tracks in this collection, with visibility controls and UI links */ { jsIncludeFile("hui.js",NULL); -printf("
") +printf("
"); printf("Tracks that are part of this container are listed below. Use the buttons below to set their visibilities.
"); printf("\n| \n"); printf("Apply visibility: \n"); printf(" |