X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/c73940c1babe80cf7a6dd46854dca1543905ae7a..a06e4a375f8fc89372b2f487ded10be3e1b1ceac:/redakcja/static/xsl/wl2html_client.xsl diff --git a/redakcja/static/xsl/wl2html_client.xsl b/redakcja/static/xsl/wl2html_client.xsl index 82a5ae0d..f5f4e04d 100644 --- a/redakcja/static/xsl/wl2html_client.xsl +++ b/redakcja/static/xsl/wl2html_client.xsl @@ -782,8 +782,10 @@ </xsl:template> <xsl:template match="*"> - <span class="unknown-tag"> - <xsl:call-template name="standard-attributes" /> + <span> + <xsl:call-template name="standard-attributes"> + <xsl:with-param name="extra-class">unknown-tag</xsl:with-param> + </xsl:call-template> <xsl:apply-templates select="child::node()"> <xsl:with-param name="mixed" select="true()" /> </xsl:apply-templates>