Bringing back yellow background for a fragment wrapped by an unknown tag
[redakcja.git] / redakcja / static / xsl / wl2html_client.xsl
index 82a5ae0..f5f4e04 100644 (file)
     </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>