d5fc87f9de23720555c52e6f05ba37db6218f4ef kate Fri May 7 08:12:53 2021 -0700 Minor format changes. refs #27408 diff --git src/hg/hgTables/mainPage.c src/hg/hgTables/mainPage.c index cf2bd6b..073f666 100644 --- src/hg/hgTables/mainPage.c +++ src/hg/hgTables/mainPage.c @@ -546,31 +546,31 @@ { int i; for (i=0; i

"); } static char *getGenomeSpaceText() /* fetch GenomeSpace text if enabled */ { if (isGenomeSpaceEnabled()) { return "Send data to " "GenomeSpace for use with diverse computational tools. "; } else { return ""; }