X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/c73940c1babe80cf7a6dd46854dca1543905ae7a..4a8e5fa4a67bac21d0a3ffba48093df259050608:/redakcja/static/xsl/wl2html_client.xsl?ds=sidebyside

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>