#994: highlighting strange characters
[redakcja.git] / redakcja / static / xsl / wl2html_client.xsl
index a3346d1..55b3bf5 100644 (file)
                        </xsl:choose>               
         </xsl:for-each>
     </xsl:template>
-    
+
+    <xsl:template match="alien">
+            <span class="alien" x-pass-thru="true">
+                <xsl:apply-templates select="node()">
+                    <xsl:with-param name="mixed" select="true()" />
+                </xsl:apply-templates>
+            </span>
+    </xsl:template>
 </xsl:stylesheet>
\ No newline at end of file