XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.37.0
    • None
    • None
    • None
    • 4.10 M3


      due to

      <ul data-responsive="[" data-infinite="true" data-slides-scroll="1" data-slides-show="4" class="ametys-kiosk" id="kiosk-4717060965144937" data-ametys-search-role="hits">

      due to
      search-kiosque.xsl

          <xsl:template name="hits">
      		<ul data-ametys-search-role="hits" id="kiosk-{$uniqueId}" class="ametys-kiosk"
      			data-slides-show="4" data-slides-scroll="1" data-infinite="true"
      			data-responsive='[{
                      "breakpoint": 992,
                      "settings": {
                        "slidesToShow": 3
                      }
                    }, {
                      "breakpoint": 768,
                      "settings": {
                        "slidesToShow": 2
                      }
                    }]'>
                   <xsl:for-each select="/search/hits/hit">
                    	<xsl:call-template name="hit"/>
                  </xsl:for-each>
               </ul>
          </xsl:template>

      Where the char { is not escaped.
      Should be done with xsl attribute for example

            laurence Laurence Aumeunier
            raphael Raphaël Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: