e89ef6827fa9470616abdb3893e7ee6babc1d8c5 tdreszer Mon Apr 25 15:56:38 2011 -0700 Removed a <P> tag to keep line spacing the same as when we used DOCTYPE 3.2. diff --git src/hg/hgTables/usage.c src/hg/hgTables/usage.c index 7780dc4..056581d 100644 --- src/hg/hgTables/usage.c +++ src/hg/hgTables/usage.c @@ -1,28 +1,28 @@ /* usage - functions that display helpful usage info text go here. -jk)*/ #include "common.h" #include "jksql.h" #include "hgTables.h" static char const rcsid[] = "$Id: usage.c,v 1.20 2010/05/24 21:55:07 bristor Exp $"; void printMainHelp() /* Put up main page help info. */ { hPrintf("%s", -"<P>This section provides brief line-by-line descriptions of the Table \n" +"This section provides brief line-by-line descriptions of the Table \n" "Browser controls. For more information on using this program, see the \n" "<A HREF=\"../goldenPath/help/hgTablesHelp.html\" TARGET=_blank>Table \n" "Browser User's Guide</A>.\n" " <UL>\n" " <LI><B>clade: </B>Specifies which clade the organism is in.</LI>\n" " \n" " <LI><B>genome: </B>Specifies which organism data to use.</LI>\n" " \n" " <LI><B>assembly: </B>Specifies which version of the organism's genome\n" " sequence to use.</LI>\n" " \n" " <LI><B>group: </B>Selects the type of tracks to be displayed in \n" " the <em>track</em> list. The options correspond to the track groupings\n" " shown in the Genome Browser. Select 'All Tracks' for an alphabetical list\n" " of all available tracks in all groups. Select 'All Tables' to see all tables\n"