9194973261c5f060f3a41441d919d402a1add01b
tdreszer
  Fri Apr 29 14:09:05 2011 -0700
Adjusting spacing due to DOCTYPE 4.01.
diff --git src/hg/hgTables/seqOut.c src/hg/hgTables/seqOut.c
index dce2944..fc192ae 100644
--- src/hg/hgTables/seqOut.c
+++ src/hg/hgTables/seqOut.c
@@ -236,30 +236,31 @@
 hgSeqOptionsHtiCart(hti, cart);
 hPrintf("<BR>\n");
 if (doGalaxy())
     {
     /* pass parameter to get sequence to Galaxy */
     cgiMakeHiddenVar(hgtaDoGenomicDna, "get sequence");
     printGalaxySubmitButtons();
     }
 else
     {
     cgiMakeButton(hgtaDoGenomicDna, "get sequence");
     hPrintf(" ");
     cgiMakeButton(hgtaDoMainPage, "cancel");
     hPrintf("</FORM>");
     }
+hPrintf("<div style='height:.9em;'></div>\n");
 htmlClose();
 }
 
 void doGenomicDna(struct sqlConnection *conn)
 /* Get genomic sequence (UI has already told us how). */
 {
 struct region *region, *regionList = getRegions();
 struct hTableInfo *hti = getHti(database, curTable, conn);
 int fieldCount;
 textOpen();
 boolean gotResult = FALSE;
 for (region = regionList; region != NULL; region = region->next)
     {
     struct lm *lm = lmInit(64*1024);
     struct bed *bedList = cookedBedList(conn, curTable, region, lm, &fieldCount);