ace0774d8f9da573531b33371551fd9af0a763a2 max Mon Apr 16 17:50:21 2012 -0700 html modif suggested by greg diff --git src/hg/hgc/pubs.c src/hg/hgc/pubs.c index 43329f8..b2a0cf1 100644 --- src/hg/hgc/pubs.c +++ src/hg/hgc/pubs.c @@ -449,31 +449,31 @@ if (pubsDebug) printf("%s", annotId); // only display this sequence if we're in the right section if (clickedSeqs!=NULL && ((hashLookup(clickedSeqs, annotId)!=NULL) != isClickedSection)) { foundSkippedRows = TRUE; continue; } printf(""); if (fasta) printf(">%s
%s
", annotId, seq); else { - printf("\n", HG_COL_LOCAL_TABLE); + printf("\n"); if (showDesc) printf("%s\n", fileDesc); //printf("%s\n", snippet); printf(""); printAddWbr(snippet, 40); printf("\n"); if (pubsDebug) printf("article %s, file %s, seq %s, annotId %s", artId, fileId, seqId, annotId); // print links to locations if (!isClickedSection && !pubsDebug) { // format: hg19/chr1:300-400,mm9/chr1:60006-23234 // split on "," then split on "/" //locs = charSepToSlNames(locString, ',');