0267a249f3e608441617c42ae9f79083b3cac486 braney Tue Aug 23 12:12:51 2011 -0700 some changes from code review with Hiram #5049 diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c index 8bd6d10..175f982 100644 --- src/hg/hgHubConnect/hgHubConnect.c +++ src/hg/hgHubConnect/hgHubConnect.c @@ -353,32 +353,32 @@ jsIncludeFile("ajax.js", NULL); jsIncludeFile("hgHubConnect.js", NULL); webIncludeResourceFile("hgHubConnect.css"); printf("
\n"); printf( "

Track data hubs are collections of tracks from outside of UCSC that " "can be imported into the Genome Browser. To import a public hub check " "the box in the list below. " "After import the hub will show up as a group of tracks with its own blue " "bar and label underneath the main browser graphic, and in the " "configure page. For more information, see the " "" "User's Guide.

\n" - "

NOTE: Because Track Hubs are created and maintained by external sources," - " UCSC cannot be held responsible for their content.

" + "

NOTE: Because Track Hubs are created and maintained by external sources," + " UCSC cannot be held responsible for their content.

" ); printf("
\n"); // figure out and print out genome name makeGenomePrint(); // check to see if we have any new hubs unsigned newId = hubCheckForNew(database, cart); if (newId) tryHubOpen(newId); // here's a little form for the add new hub button printf("
\n", "../cgi-bin/hgHubConnect"); cgiMakeHiddenVar("hubUrl", "");