e9803ef31878531ce0e766f7708cd0e34c5674fc
braney
Mon Feb 12 12:29:15 2018 -0800
fix margins on help in hgCollection
diff --git src/hg/hgCollection/hgCollection.c src/hg/hgCollection/hgCollection.c
index 5ee0adc..e9511bf 100644
--- src/hg/hgCollection/hgCollection.c
+++ src/hg/hgCollection/hgCollection.c
@@ -353,31 +353,31 @@
static void printHelp()
// print out the help page
{
puts(
"
\n"
"
\n"
"
Track Collection Builder Help
\n"
"
\n"
);
puts(
"
\n"
"
\n"
);
puts(
-" \n"
+"
\n"
"
\n");
webIncludeFile("inc/hgCollectionHelpInclude.html");
puts(
"
"
"
\n"
);
}
static void doMainPage(struct cart *cart, char *db, struct grp *groupList, struct trackDb *trackList)
/* Print out initial HTML of control page. */
{
webStartGbNoBanner(cart, db, "Collections");
webIncludeResourceFile("gb.css");
//webIncludeResourceFile("../staticStyle/gbStatic.css");