src/hg/hgc/hgc.c 1.1507

1.1507 2009/02/13 01:40:47 tdreszer
Remove '_' in title
Index: src/hg/hgc/hgc.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.c,v
retrieving revision 1.1506
retrieving revision 1.1507
diff -b -B -U 4 -r1.1506 -r1.1507
--- src/hg/hgc/hgc.c	13 Feb 2009 01:31:43 -0000	1.1506
+++ src/hg/hgc/hgc.c	13 Feb 2009 01:40:47 -0000	1.1507
@@ -1088,9 +1088,9 @@
         }
     printf("<LI>");
     safef(extra,sizeof(extra),"%s=full",tdb->tableName);
     linkToOtherBrowserExtra(db, chrom, beg, end, extra);
-    printf("%s</A></LI>\n",title);
+    printf("%s</A></LI>\n",strSwapChar(title,'_',' '));
     sqlFreeResult(&sr);
     hFreeConn(&conn);
     }
 if(gotOne)