9194973261c5f060f3a41441d919d402a1add01b tdreszer Fri Apr 29 14:09:05 2011 -0700 Adjusting spacing due to DOCTYPE 4.01. diff --git src/hg/hgTables/great.c src/hg/hgTables/great.c index 5d59081..6cdadde 100644 --- src/hg/hgTables/great.c +++ src/hg/hgTables/great.c @@ -113,30 +113,31 @@ slNameFreeList(&supportedAssemblies); } void doGreatTopLevel() /* intermediate page for formats printed directly from top form */ { struct dyString *name = getRequestName(); htmlOpen("Send BED data to GREAT as %s", dyStringContents(name)); freeDyString(&name); verifyGreatAssemblies(); startGreatForm(); cgiMakeHiddenVar(hgtaDoTopSubmit, "get output"); printGreatSubmitButtons(); +hPrintf("
\n"); htmlClose(); } void startGreatForm() /* Start form for GREAT */ { hPrintf("
\n", getScriptName()); } void printGreatSubmitButtons() /* print submit button to create data and then send query results to GREAT. */ { cartSetString(cart, hgtaCompressType, textOutCompressNone); cartSetString(cart, hgtaOutFileName, "");