035323fe4a88aea8872eb11de17a3800321cf8e7
galt
Wed Jan 18 19:59:51 2023 -0800
code cleanup based on htmlCheck output. refs #7914
diff --git src/hg/lib/tablesTables.c src/hg/lib/tablesTables.c
index a0b6001..8747c2a 100644
--- src/hg/lib/tablesTables.c
+++ src/hg/lib/tablesTables.c
@@ -68,31 +68,31 @@
}
static void showTableFilterInstructionsEtc(struct fieldedTable *table,
char *pluralInstructions, struct fieldedTableSegment *largerContext, void (*addFunc)(int),
char *visibleFacetList, char *varPrefix)
/* Print instructional text, and basic summary info on who passes filter, and a submit
* button just in case user needs it */
{
/* Print info on matching */
int matchCount = slCount(table->rowList);
if (largerContext != NULL) // Need to page?
matchCount = largerContext->tableSize;
printf("");
-printf("  ");
+printf(" ");
printf("");
char jsText[1024];
safef(jsText, sizeof(jsText),
"$(':input').not(':button, :submit, :reset, :hidden, :checkbox, :radio').val('');\n"
"$('[name=%s_page]').val('1');\n"
"$('#submit').click();\n", varPrefix);
jsOnEventById("click", "clearButton", jsText);
printf("
");
printf("%d %s found. ", matchCount, pluralInstructions);
if (addFunc)
addFunc(matchCount);
@@ -542,31 +542,31 @@
htmlDyStringPrintf(facetBar, "\n");
}
}
if (!isEmpty(where) || gotSelected || anyMerged)
{
printf("