67f17c611fd3f1f8852cbdfcb706f099951b73cf lrnassar Fri Mar 20 14:41:32 2026 -0700 Remove visible label above hgBlat textarea per QA feedback. Replace with aria-label on the textarea element - the instructional text below already describes the field visually. refs #37253 diff --git src/hg/hgBlat/hgBlat.c src/hg/hgBlat/hgBlat.c index 45d9fbddcbc..2a02d921a3d 100644 --- src/hg/hgBlat/hgBlat.c +++ src/hg/hgBlat/hgBlat.c @@ -2114,32 +2114,31 @@ printf("\n"); printf("\n"); if (orgChange) type = cartOptionalString(cart, "type"); cgiMakeDropListClassWithIdStyleAndJavascript("type", "type", typeList, ArraySize(typeList), type, "normalText", NULL, NULL); printf("\n"); printf("\n"); cgiMakeDropListClassWithIdStyleAndJavascript("sort", "sort", pslSortList, ArraySize(pslSortList), cartOptionalString(cart, "sort"), "normalText", NULL, NULL); printf("\n"); printf("\n"); cgiMakeDropListClassWithIdStyleAndJavascript("output", "output", outputList, ArraySize(outputList), cartOptionalString(cart, "output"), "normalText", NULL, NULL); printf("\n"); printf("\n\n"); userSeq = cartUsualString(cart, "userSeq", ""); printf("\n"); -printf(""); -htmlPrintf("\n", userSeq); +htmlPrintf("\n", userSeq); printf("\n"); printf("\n"); printf("\n"); printf("\n"); cgiMakeCheckBoxWithId("allResults", allResults, "allResults"); printf(""); printf("\n"); printf("\n"); printf(""); printInfoIcon("Rearrangement display (aka 'snakes' tracks) can show "