- Fix a typo

Spotted by:	gjb
This commit is contained in:
Gabor Kovesdan 2012-09-14 15:10:22 +00:00
parent 1365e9ed1f
commit c61da2b6d9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39538

View file

@ -33,7 +33,7 @@
<xsl:apply-templates select="/news/descendant::month"/>
<xsl:for-each select="/news">
<xsl:call-templates name="html-news-list-homelink" />
<xsl:call-template name="html-news-list-homelink" />
</xsl:for-each>
</xsl:template>