79c955c3204eb3022abf438d87b1d088114d77a4 galt Wed Jul 6 12:16:08 2011 -0700 fix typo on import tracks form diff --git src/hg/hgTables/mainPage.c src/hg/hgTables/mainPage.c index 4536e81..64bffee 100644 --- src/hg/hgTables/mainPage.c +++ src/hg/hgTables/mainPage.c @@ -985,31 +985,31 @@ /* Hidden form - for benefit of javascript. */ { static char *saveVars[] = { "clade", "org", "db", hgtaGroup, hgtaTrack, hgtaTable, hgtaRegionType, hgtaRange, hgtaOutputType, hgtaOutFileName}; jsCreateHiddenForm(cart, getScriptName(), saveVars, ArraySize(saveVars)); } /* Hidden form for jumping to custom tracks CGI. */ hPrintf("
\n"); /* Hidden form for jumping to track hub manager CGI. */ -hPrintf("\n"); webNewSection("Using the Table Browser\n"); printMainHelp(); } void doMainPage(struct sqlConnection *conn) /* Put up the first page user sees. */ { htmlOpen("Table Browser"); mainPageAfterOpen(conn); htmlClose(); }