Browse Source

fixed grid weg

master
Bettina Floss 1 month ago
parent
commit
90572a5874
  1. 2
      src-modules/module/kb/etl/xml2html/mwTemplates.xsl

2
src-modules/module/kb/etl/xml2html/mwTemplates.xsl

@ -148,7 +148,7 @@ @@ -148,7 +148,7 @@
</gallery>-->
<xsl:variable name="mode"><xsl:value-of select="@mode"/></xsl:variable>
<div>
<xsl:attribute name="class"><xsl:value-of select="concat('fixed-grid has-',count(GalleryImage),'-cols')" />
<xsl:attribute name="class"><xsl:value-of select="concat('grid has-',count(GalleryImage),'-cols')" />
</xsl:attribute>
<div class="grid">
<xsl:for-each select="GalleryImage">

Loading…
Cancel
Save