7c4930b32e0580573bfc0a8dc37e64e0d49b23db kate Wed May 5 19:54:45 2021 -0700 Code cleanup. refs #27408 diff --git src/hg/hgTables/mainPage.c src/hg/hgTables/mainPage.c index 57037f7..6ad67e9 100644 --- src/hg/hgTables/mainPage.c +++ src/hg/hgTables/mainPage.c @@ -555,78 +555,69 @@ #define HELP_LABEL "Help" static char *stepLabels[] = { "Select dataset", "Define region of interest", "Subset, combine, compare with another track (options)", "Retrieve and display data" }; static char *stepHelp[] = { "Specify the genome, track and data table to be used as the data source.", "Specify whole genome or restrict to a single or set of genomic regions, " "defined by coordinates or identifiers.", -"Press 'create' button and select parameters for desired optional operations", -"Specify output options and press the 'get output' button" +"Press 'create' button and select parameters for desired optional operations.", +"Specify output options and press the 'get output' button." }; static char *stepHelpLinks[] = { "https://genome.ucsc.edu/goldenPath/help/hgTablesHelp.html#GettingStarted", "https://genome.ucsc.edu/goldenPath/help/hgTablesHelp.html#GettingStarted", "https://genome.ucsc.edu/goldenPath/help/hgTablesHelp.html#Filter", "https://genome.ucsc.edu/goldenPath/help/hgTablesHelp.html#OutputFormats" }; static void printStep(int num) /* Print user guidance via steps */ { if (num > STEP_MAX) errAbort("Internal error: table browser help problem"); -hPrintf("