9c729b983f4c702a7a7765d0591319e711b27248 rhead Thu Oct 14 17:57:54 2010 -0700 Added a space and a period to the users guide note. diff --git src/hg/hgTables/pal.c src/hg/hgTables/pal.c index 2618135..b303fd0 100644 --- src/hg/hgTables/pal.c +++ src/hg/hgTables/pal.c @@ -74,7 +74,7 @@ /* callback from options dialog to add navigation buttons */ { printf("For information about output data format see the" - "<A HREF=\"../goldenPath/help/hgTablesHelp.html#FASTA\">User's Guide</A><BR>"); + "<A HREF=\"../goldenPath/help/hgTablesHelp.html#FASTA\">User's Guide</A>.<BR>"); cgiMakeButton(hgtaDoPalOut, "get output"); hPrintf(" "); cgiMakeButton(hgtaDoMainPage, "cancel");