src/hg/lib/hVarSubst.c 1.6

1.6 2009/07/09 22:44:16 hiram
Properly fill an empty cell in a table with nbsp
Index: src/hg/lib/hVarSubst.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/hVarSubst.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/hg/lib/hVarSubst.c	25 Jun 2009 05:34:41 -0000	1.5
+++ src/hg/lib/hVarSubst.c	9 Jul 2009 22:44:16 -0000	1.6
@@ -113,9 +113,9 @@
 k = 1;
 dyStringAppend(dest, "<BLOCKQUOTE><TABLE BORDER=1 CELLPADDING=4 BORDERCOLOR=\"#aaaaaa\">\n");
 if (matrixHeader)
     {
-    dyStringAppend(dest, "<TR ALIGN=right><TD></TD>");
+    dyStringAppend(dest, "<TR ALIGN=right><TD>&nbsp;</TD>");
     for (i = 0; i < size && i < headerCount; i++)
         dyStringPrintf(dest, "<TD><B>%s</B></TD>", headerWords[i]);
     dyStringAppend(dest, "</TR>\n");
     }