-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
4.10 M3
<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