Revert "Edit <opis>"
authorMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Mon, 14 Jan 2013 13:02:29 +0000 (14:02 +0100)
committerLibrary Admin <librarian@szo.nowoczesnapolska.org.pl>
Mon, 14 Jan 2013 13:03:23 +0000 (14:03 +0100)
This reverts commit 45ffc9032091467d8fb3fafa4e0743995114bbb5.

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>