src/hg/lib/wikiTrack.c 1.28
1.28 2010/05/25 23:39:07 hiram
fixup target blank for itemUrl om hgc wiki item click URL
Index: src/hg/lib/wikiTrack.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/wikiTrack.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -b -B -U 4 -r1.27 -r1.28
--- src/hg/lib/wikiTrack.c 10 Feb 2010 21:41:36 -0000 1.27
+++ src/hg/lib/wikiTrack.c 25 May 2010 23:39:07 -0000 1.28
@@ -1084,8 +1084,8 @@
free the returned string when done with it. */
{
char *siteUrl = cfgOptionDefault(CFG_WIKI_URL, NULL);
struct dyString *itemUrl = dyStringNew(64);
-dyStringPrintf(itemUrl, "%s/index.php/%s\" TARGET=_blank", siteUrl,
+dyStringPrintf(itemUrl, "%s/index.php/%s TARGET=_blank", siteUrl,
item->descriptionKey);
return dyStringCannibalize(&itemUrl);
}