5cbf3dde70489759e87a7355fc77925fad8ace97 hiram Wed Dec 2 11:22:39 2015 -0800 our standard html doc type HTML 4.01 Transitional should not use " />" closing tags, refs no redmine diff --git src/hg/hgMenubar/hgMenubar.c src/hg/hgMenubar/hgMenubar.c index f6eced9..09efda2 100644 --- src/hg/hgMenubar/hgMenubar.c +++ src/hg/hgMenubar/hgMenubar.c @@ -9,31 +9,31 @@ { struct dyString *navPath = dyStringCreate("%s", docRoot); // Memory leak - replaceChars returns memory that is never freed char *incPath = replaceChars(cgiPath, "/cgi-bin/hgMenubar", "/inc/globalNavBar.inc"); dyStringAppend(navPath, incPath); return navPath; } void printIncludes(char* baseDir) { printf ("JavaScript is disabled in your web browserYou must have JavaScript enabled in your web browser to use the Genome Browser\n"); printf ("\n", baseDir); printf ("\n", baseDir); -printf ("\n", baseDir); +printf ("\n", baseDir); } void printMenuBar(char *cgiPath, char *docRoot, char *pagePath) { struct dyString *navBarLoc = navBarFilePath(cgiPath, docRoot); struct lineFile *menuFile = lineFileOpen(dyStringContents(navBarLoc), TRUE); char* oldLine = NULL; int lineSize = 0; char *cgiContainerPath = replaceChars(cgiPath, CGI_NAME, ""); char *newPath = makeRelativePath(pagePath, cgiContainerPath); struct dyString *oldHref = dyStringCreate("href=\"../"); struct dyString *newHref = dyStringCreate("href=\"%s", newPath);
JavaScript is disabled in your web browser
You must have JavaScript enabled in your web browser to use the Genome Browser