Fix for Uporzadkuj.
[redakcja.git] / redakcja / static / xsl / wl2html_client.xsl
index 2575b53..8be6e22 100644 (file)
     <!--
         Semantyczne pudełka
     -->
-    <xsl:template match="pomoce|forma|czas|opis|kol-inside|cwiczenie|pytanie">
-      <p x-editable="true">
+    <xsl:template match="pomoce|forma|czas|opis|kol-inside">
+      <span 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>
-      </p>
+      </span>
     </xsl:template>