summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vesik <sander@src.gnome.org>2002-05-22 23:57:04 +0000
committerSander Vesik <sander@src.gnome.org>2002-05-22 23:57:04 +0000
commit845b9535ed601b184b6038fdc70ef971a8f8ce78 (patch)
tree4d34ad283ddf86f7e5c0b459be75e860510a3e4f
parentd585bb5ca99fdf1f88309901a6f42a670801f9ef (diff)
downloadyelp-845b9535ed601b184b6038fdc70ef971a8f8ce78.tar.gz
If we aren't rendering the TOC link, put in a &nbsp; rather than leave the
table cell empty
-rw-r--r--stylesheets/yelp-customization.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/yelp-customization.xsl b/stylesheets/yelp-customization.xsl
index 9462cb6f..64eb7195 100644
--- a/stylesheets/yelp-customization.xsl
+++ b/stylesheets/yelp-customization.xsl
@@ -296,7 +296,7 @@
</td>
</xsl:when>
<xsl:otherwise>
- <td></td>
+ <td><xsl:text>&amp;nbsp;</xsl:text></td>
</xsl:otherwise>
</xsl:choose>
</xsl:template>