xsl/xhtml5: wording

This commit is contained in:
Astro 2016-03-29 20:19:23 +02:00
parent c8b2cad2b6
commit 04406980cb
1 changed files with 3 additions and 3 deletions

View File

@ -362,10 +362,10 @@
<!-- Items 4..5 --> <!-- Items 4..5 -->
<xsl:apply-templates select="item[position() &gt;= 4 and position() &lt;= 5]"/> <xsl:apply-templates select="item[position() &gt;= 4 and position() &lt;= 5]"/>
<!-- Hackerspace --> <!-- Hackspace -->
<article class="space"> <article class="space">
<a href="space.html"> <a href="space.html">
<h3>Hackerspace</h3> <h3>Hackspace</h3>
<p class="footer">Current status</p> <p class="footer">Current status</p>
</a> </a>
</article> </article>
@ -373,7 +373,7 @@
<!-- Items 6..7 --> <!-- Items 6..7 -->
<xsl:apply-templates select="item[position() &gt;= 6 and position() &lt;= 7]"/> <xsl:apply-templates select="item[position() &gt;= 6 and position() &lt;= 7]"/>
<!-- Hackerspace --> <!-- Chaosupdates -->
<!--article class="chaosupdates"> <!--article class="chaosupdates">
<xsl:call-template name="chaosupdates"> <xsl:call-template name="chaosupdates">
<xsl:with-param name="limit" select="3"/> <xsl:with-param name="limit" select="3"/>