summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vesik <sander@src.gnome.org>2002-05-22 23:48:11 +0000
committerSander Vesik <sander@src.gnome.org>2002-05-22 23:48:11 +0000
commitd585bb5ca99fdf1f88309901a6f42a670801f9ef (patch)
tree23f67994b7f948c0f79af36ac7d69201ee49673c
parentdfae38fd23e1433460adbe2cba60ae6630f931ca (diff)
downloadyelp-d585bb5ca99fdf1f88309901a6f42a670801f9ef.tar.gz
Remove spurious <td> and </td>
-rw-r--r--stylesheets/yelp-customization.xsl2
1 files changed, 0 insertions, 2 deletions
diff --git a/stylesheets/yelp-customization.xsl b/stylesheets/yelp-customization.xsl
index 3b46c42e..9462cb6f 100644
--- a/stylesheets/yelp-customization.xsl
+++ b/stylesheets/yelp-customization.xsl
@@ -244,7 +244,6 @@
<xsl:template name="article.chunk.prev">
<xsl:param name="node" select="."/>
- <td>
<xsl:choose>
<xsl:when test="count($node/preceding-sibling::*) > 1">
@@ -280,7 +279,6 @@
</xsl:when>
</xsl:choose>
- </td>
</xsl:template>
<xsl:template name="article.chunk.up">