xsl/xhtml5: wording
parent
c8b2cad2b6
commit
04406980cb
|
@ -362,10 +362,10 @@
|
|||
<!-- Items 4..5 -->
|
||||
<xsl:apply-templates select="item[position() >= 4 and position() <= 5]"/>
|
||||
|
||||
<!-- Hackerspace -->
|
||||
<!-- Hackspace -->
|
||||
<article class="space">
|
||||
<a href="space.html">
|
||||
<h3>Hackerspace</h3>
|
||||
<h3>Hackspace</h3>
|
||||
<p class="footer">Current status</p>
|
||||
</a>
|
||||
</article>
|
||||
|
@ -373,7 +373,7 @@
|
|||
<!-- Items 6..7 -->
|
||||
<xsl:apply-templates select="item[position() >= 6 and position() <= 7]"/>
|
||||
|
||||
<!-- Hackerspace -->
|
||||
<!-- Chaosupdates -->
|
||||
<!--article class="chaosupdates">
|
||||
<xsl:call-template name="chaosupdates">
|
||||
<xsl:with-param name="limit" select="3"/>
|
||||
|
|
Loading…
Reference in New Issue