c0af5f216f8ff00466f0d222cede7f491fd17d81 galt Fri Jan 20 23:09:35 2023 -0800 More fixes for stuff found by htmlCheck, refs #7914 diff --git src/hg/near/hgNear/hgNear.c src/hg/near/hgNear/hgNear.c index 8720159..00206d9 100644 --- src/hg/near/hgNear/hgNear.c +++ src/hg/near/hgNear/hgNear.c @@ -1068,47 +1068,47 @@ /* Make genome drop-down. */ hPrintf("genome "); hPrintf(""); /* Make assembly drop-down. */ hPrintf(" assembly "); hPrintf(""); /* Clean up time. */ slFreeList(&asList); slFreeList(&orgList); hashFree(&orgHash); dbDbFree(&dbList); } void controlPanelStart() /* Put up start of tables around a control panel. */ { hPrintf("
"); hPrintf("
"); @@ -1160,31 +1160,31 @@ hPrintf("\">"); hPrintf("sort by"); hPrintf(" "); hPrintf("\n"); } /* advFilter, configure buttons */ { cgiMakeButton(confVarName, "configure"); hPrintf(" "); if (gotAdvFilter()) cgiMakeButton(advFilterVarName, "filter (now on)"); else cgiMakeButton(advFilterVarName, "filter (now off)"); hPrintf(" "); } @@ -1194,31 +1194,31 @@ int i = 0; hPrintf(" display "); hPrintf("\n"); } /* Make getDna, getText buttons */ { hPrintf(" output "); cgiMakeOptionalButton(getSeqPageVarName, "sequence", gp == NULL); hPrintf(" "); cgiMakeOptionalButton(getTextVarName, "text", gp == NULL); } controlPanelEnd(); }