From: Marcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Date: Wed, 9 Jan 2013 12:39:46 +0000 (+0100)
Subject: Edit <opis>
X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/45ffc9032091467d8fb3fafa4e0743995114bbb5?ds=sidebyside;hp=2cb75203ca8c818977153f6b9b72030333d232e3

Edit <opis>
---

diff --git a/redakcja/static/xsl/wl2html_client.xsl b/redakcja/static/xsl/wl2html_client.xsl
index 8be6e225..2575b537 100644
--- a/redakcja/static/xsl/wl2html_client.xsl
+++ b/redakcja/static/xsl/wl2html_client.xsl
@@ -835,13 +835,13 @@
     <!--
         Semantyczne pudełka
     -->
-    <xsl:template match="pomoce|forma|czas|opis|kol-inside">
-      <span x-editable="true">
+    <xsl:template match="pomoce|forma|czas|opis|kol-inside|cwiczenie|pytanie">
+      <p x-editable="true">
             <xsl:call-template name="standard-attributes" />
             <xsl:apply-templates select="child::node()">
               <xsl:with-param name="mixed" select="true()" />
             </xsl:apply-templates>
-      </span>
+      </p>
     </xsl:template>