xsl/xhtml5: fix news tile selection in portal

This commit is contained in:
Astro 2013-12-23 02:55:58 +01:00
parent 0da8345e34
commit 8bd46253d1
1 changed files with 3 additions and 3 deletions

View File

@ -319,8 +319,8 @@
</xsl:call-template>
</article>
<!-- Items 3..4 -->
<xsl:apply-templates select="item[position() &gt;= 3 and position() &lt;= 4]"/>
<!-- Items 3..5 -->
<xsl:apply-templates select="item[position() &gt;= 3 and position() &lt;= 5]"/>
<!-- Hackerspace -->
<article class="space">
@ -341,7 +341,7 @@
<p class="footer">ccc.de</p>
</article>
<!-- 8..29 -->
<!-- 8..30 -->
<xsl:apply-templates select="item[position() &gt;= 8 and position() &lt;= 30]"/>
</section>