X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/dad2926396c3d80ad59421afab6b0d819c288cf8..c601bf6ac7304192cac242965217b7c089f37f8d:/redakcja/static/xsl/wl2html_client.xsl

diff --git a/redakcja/static/xsl/wl2html_client.xsl b/redakcja/static/xsl/wl2html_client.xsl
index c2aea5fd..4f642918 100644
--- a/redakcja/static/xsl/wl2html_client.xsl
+++ b/redakcja/static/xsl/wl2html_client.xsl
@@ -833,4 +833,8 @@
                 </xsl:apply-templates>
             </span>
     </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+
+    <xsl:template match="comment()">
+        <xsl:comment><xsl:value-of select="."/></xsl:comment>
+    </xsl:template>
+</xsl:stylesheet>