Don't loose attributes of unknown tags
[redakcja.git] / redakcja / static / xsl / wl2html_client.xsl
index 4f64291..440be83 100644 (file)
 
     <xsl:template match="*">
         <span class="unknown-tag" x-node="{name()}">
+            <xsl:call-template name="standard-attributes" />
             <xsl:apply-templates select="child::node()">
                 <xsl:with-param name="mixed" select="true()" />
             </xsl:apply-templates>