only copy comment content over
git-svn-id: http://yolanda.mister-muffin.de/svn@322 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
6c172e1057
commit
fdefa19b59
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@
|
|||
<xsl:value-of select="@username" />
|
||||
</a>:
|
||||
<br />
|
||||
<xsl:copy-of select="." />
|
||||
<!-- TODO: somehow use <xsl:element name="{local-name()}"> to remove the xhtml namespace prefix -->
|
||||
<xsl:copy-of select="node()" />
|
||||
</div>
|
||||
</xsl:for-each>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue