src/hg/hgGene/otherOrgs.c 1.29

1.29 2009/02/13 02:38:28 markd
fixed some invalid html
Index: src/hg/hgGene/otherOrgs.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgGene/otherOrgs.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -b -B -U 4 -r1.28 -r1.29
--- src/hg/hgGene/otherOrgs.c	23 Sep 2008 17:33:07 -0000	1.28
+++ src/hg/hgGene/otherOrgs.c	13 Feb 2009 02:38:28 -0000	1.29
@@ -327,9 +327,9 @@
 hPrintf("</TR>\n<TR>");
 for (otherOrg = otherOrgList; otherOrg != NULL; otherOrg = otherOrg->next)
     {
     char *id = otherOrgId(otherOrg, conn, geneId);
-    otherOrgPrintLink(otherOrg, "Gene Details", "&nbsp", TRUE,
+    otherOrgPrintLink(otherOrg, "Gene Details", "&nbsp;", TRUE,
     	id, otherOrg->geneUrl);
     freeMem(id);
     }
 hPrintf("</TR>\n<TR>");