16fd7555888dc765a6934e621aa23ef261c954f6
galt
Fri Oct 5 15:11:40 2012 -0700
adding helpful bolding and a return link to click on.
diff --git src/hg/hgGenome/mainPage.c src/hg/hgGenome/mainPage.c
index b1f54b2..6709989 100644
--- src/hg/hgGenome/mainPage.c
+++ src/hg/hgGenome/mainPage.c
@@ -474,32 +474,32 @@
{
gl = ggLayout(conn, graphRows, graphCols);
/* Draw picture. Enclose in table to add a couple of pixels between
* it and controls on IE. */
genomeGif(conn, gl, graphRows, graphCols, graphHeight()+betweenRowPad, psOutput);
result = TRUE;
}
errCatchEnd(errCatch);
if (errCatch->gotError)
warn("%s", errCatch->message->string);
errCatchFree(&errCatch);
}
else
{
- hPrintf("
No graph data is available for this assembly. "
- "Upload your own data or import from a table or custom track.");
+ hPrintf("
No graph data is available for this assembly. "
+ "Upload your own data or import from a table or custom track.");
}
return result;
}
void handlePostscript(struct sqlConnection *conn)
/* Deal with Postscript output. */
{
struct tempName psTn;
char *pdfFile = NULL;
trashDirFile(&psTn, "hgg", "hgg", ".eps");
cartWebStart(cart, database, "%s Genome Graphs", genome);
printf("