Use copy-of since $infotext isn't a node

foo
David Bartley 16 years ago
parent 90d60bd208
commit 3db75f9647
  1. 2
      xsl/media.xsl

@ -87,7 +87,7 @@
<xsl:if test="mediafile">
<h2>Download</h2>
<div>
<xsl:apply-templates select="$infotext" />
<xsl:copy-of select="$infotext" />
<xsl:if test="$bittorrent = 'yes'">
<p class="mediafile">
BitTorrent:

Loading…
Cancel
Save