e55d5d49dfead30ba3c279307ed460f25d729d0a gperez2 Fri May 24 14:48:39 2024 -0700 Fixing broken links, No redmine diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index 0872035..451b013 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -12967,31 +12967,31 @@ printf("%s
\n", nrl->protAcc); } if (differentWord(nrl->hgnc, "")) { /* legacy support of mm10 override of hgnc column until this table * is updated on the RR */ if (startsWith("MGI", nrl->hgnc)) { printf("MGI: " "%s
\n", nrl->hgnc, nrl->hgnc); } else { printf("HGNC: "); - printf("", nrl->hgnc); + printf("", nrl->hgnc); printf("%s
\n", nrl->hgnc); } } if (sqlColumnExists(conn, "ncbiRefSeqLink", "externalId")) { if (differentWord(nrl->externalId, "")) { char *urlsStr = trackDbSetting(tdb, "dbPrefixUrls"); struct hash* dbToUrl = hashFromString(urlsStr); char *labelsStr = trackDbSetting(tdb, "dbPrefixLabels"); struct hash* dbToLabel = hashFromString(labelsStr); if (dbToUrl) {