src/hg/lib/hui.c 1.220
1.220 2009/07/07 00:10:43 tdreszer
Removed an extra .. from a help link
Index: src/hg/lib/hui.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/hui.c,v
retrieving revision 1.219
retrieving revision 1.220
diff -b -B -U 4 -r1.219 -r1.220
--- src/hg/lib/hui.c 6 Jul 2009 18:58:18 -0000 1.219
+++ src/hg/lib/hui.c 7 Jul 2009 00:10:43 -0000 1.220
@@ -2624,9 +2624,9 @@
{
if(filterBySet == NULL)
return;
-#define FILTERBY_HELP_LINK "<A HREF=\"../../goldenPath/help/multiView.html\" TARGET=ucscHelp>help</A>"
+#define FILTERBY_HELP_LINK "<A HREF=\"../goldenPath/help/multiView.html\" TARGET=ucscHelp>help</A>"
int count = slCount(filterBySet);
if(count == 1)
puts("<BR><TABLE cellpadding=3><TR valign='top'>");
else
@@ -4649,9 +4649,9 @@
}
}
toLowerN(membersOfView->title, 1);
-printf("<B>Select %s </B>(<A HREF=\"../../goldenPath/help/multiView.html\" title='Help on views' TARGET=_BLANK>help</A>):<BR>\n", membersOfView->title);
+printf("<B>Select %s </B>(<A HREF=\"../goldenPath/help/multiView.html\" title='Help on views' TARGET=_BLANK>help</A>):<BR>\n", membersOfView->title);
puts("<TABLE><TR align=\"LEFT\">");
for (ix = 0; ix < membersOfView->count; ix++)
{
if(matchedSubtracks[ix] != NULL)