Edit <opis>
[redakcja.git] / redakcja / static / xsl / wl2html_client.xsl
index 8be6e22..2575b53 100644 (file)
     <!--
         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>