e0500580a8d67a8af823b6655709d57fc26c5034 hiram Thu Jun 21 13:24:20 2012 -0700 double dash becomes ndash diff --git src/hg/lib/hgFind.c src/hg/lib/hgFind.c index 6bbaa43..47a882c 100644 --- src/hg/lib/hgFind.c +++ src/hg/lib/hgFind.c @@ -3147,31 +3147,31 @@ return hgp; } void hgPositionsHelpHtml(char *organism, char *database) /* Display contents of dbDb.htmlPath for database, or print an HTML comment * explaining what's missing. */ { char *htmlPath = hHtmlPath(database); char *htmlString = NULL; size_t htmlStrLength = 0; if (strstrNoCase(organism, "zoo")) webNewSection("About the NISC Comparative Sequencing Program Browser"); else - webNewSection("%s Genome Browser -- %s assembly" + webNewSection("%s Genome Browser – %s assembly" " (sequences)", organism, database, hgTracksName(), cartSessionVarName(), cartSessionId(cart)); if (htmlPath != NULL && fileExists(htmlPath)) readInGulp(htmlPath, &htmlString, &htmlStrLength); if (htmlStrLength > 0) { puts(htmlString); freeMem(htmlString); freeMem(htmlPath); } else {