summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vesik <sander@src.gnome.org>2002-05-23 00:37:47 +0000
committerSander Vesik <sander@src.gnome.org>2002-05-23 00:37:47 +0000
commitb33b991d32ecf0a8fd76dbe543944f06d8261983 (patch)
treecddf709d8979d98158c179d14707f7f5de18c7cb
parent845b9535ed601b184b6038fdc70ef971a8f8ce78 (diff)
downloadyelp-b33b991d32ecf0a8fd76dbe543944f06d8261983.tar.gz
do &nbsp; in a different way
-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 64eb7195..82769a45 100644
--- a/stylesheets/yelp-customization.xsl
+++ b/stylesheets/yelp-customization.xsl
@@ -296,7 +296,7 @@
</td>
</xsl:when>
<xsl:otherwise>
- <td><xsl:text>&amp;nbsp;</xsl:text></td>
+ <td><xsl:entity name="nbsp" /></td>
</xsl:otherwise>
</xsl:choose>
</xsl:template>