1b21a3e061aae61423ebd5645a4b3dac20e7abdc
chinhli
  Tue Aug 24 09:09:02 2010 -0700
description page format
diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c
index 291fbf1..9ccfaa6 100644
--- src/hg/hgc/hgc.c
+++ src/hg/hgc/hgc.c
@@ -22236,7 +22236,7 @@
     }
     sr = sqlGetResult(conn, query);
     firstTime = TRUE;
-    printf("<PRE><TT>");
+    
     while ((row = sqlNextRow(sr)) != NULL)
         {
         printf("<PRE><TT>");
@@ -22244,10 +22244,6 @@
             {
             firstTime = FALSE;
         printf("<BR><H3>%s item '%s' %s</H3><BR>", clickMsg, itemName, openMsg2);
-        /* printf("<H2>Click 'browser' link below to display item  %s in
- * %s track</H2><BR>", itemName, clickMsg); */
-        /* printf ("table name: %s  itemName: %s\n<BR>", table,
- * itemName); */
 
             printf("BROWSER | NAME                CHROMOSOME      START        END     SIZE    SCORE  STRAND \n");
             printf("--------|--------------------------------------------------------------------------------------------\n");
@@ -22271,7 +22267,7 @@
         }
 
 
- /* printTrackHtml(tdb); */
+ printTrackHtml(tdb); 
  hFreeConn(&conn);
 }