fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
DOM tree modification functions
[redakcja.git]
/
redakcja
/
static
/
xsl
/
wl2html_client.xsl
diff --git
a/redakcja/static/xsl/wl2html_client.xsl
b/redakcja/static/xsl/wl2html_client.xsl
index
4f64291
..
440be83
100644
(file)
--- a/
redakcja/static/xsl/wl2html_client.xsl
+++ b/
redakcja/static/xsl/wl2html_client.xsl
@@
-783,6
+783,7
@@
<xsl:template match="*">
<span class="unknown-tag" x-node="{name()}">
<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>
<xsl:apply-templates select="child::node()">
<xsl:with-param name="mixed" select="true()" />
</xsl:apply-templates>