diff options
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/entry-templates/Video.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/entry-templates/Video.xsl b/xslt/entry-templates/Video.xsl index c74e88e..5870efa 100644 --- a/xslt/entry-templates/Video.xsl +++ b/xslt/entry-templates/Video.xsl @@ -125,7 +125,7 @@ background: <xsl:value-of select="$color2"/>; text-align: center; } - /* there seems to be a khtml bug, in 3.4.x at least, repeat-x doesn't + /* there seems to be a tdehtml bug, in 3.4.x at least, repeat-x doesn't work on the tr element, so have to put it on the th element */ tr.category th { background-image: url(<xsl:value-of select="concat($imgdir, 'gradient_header.png')"/>); |