diff options
author | Automated System <[email protected]> | 2013-01-26 13:21:19 -0600 |
---|---|---|
committer | Automated System <[email protected]> | 2013-01-26 13:21:19 -0600 |
commit | e0fdd1049be9415640911dccfa2b4327205ceb92 (patch) | |
tree | 4c4e89732a4ca2d30b0ac4645dac23c1d3e9c110 /xslt | |
parent | 3b1fc9407eac693e99c2377f2e97ef2788b28136 (diff) | |
parent | ac0ec6a50292929ffe812e4a79604cbd9a7e63fb (diff) | |
download | tellico-e0fdd1049be9415640911dccfa2b4327205ceb92.tar.gz tellico-e0fdd1049be9415640911dccfa2b4327205ceb92.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tellico
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')"/>); |