svn commit: r39538 - head/fr_FR.ISO8859-1/htdocs/gnome

Gabor Kovesdan gabor at FreeBSD.org
Fri Sep 14 15:10:23 UTC 2012


Author: gabor
Date: Fri Sep 14 15:10:22 2012
New Revision: 39538
URL: http://svn.freebsd.org/changeset/doc/39538

Log:
  - Fix a typo
  
  Spotted by:	gjb

Modified:
  head/fr_FR.ISO8859-1/htdocs/gnome/newsflash.xsl

Modified: head/fr_FR.ISO8859-1/htdocs/gnome/newsflash.xsl
==============================================================================
--- head/fr_FR.ISO8859-1/htdocs/gnome/newsflash.xsl	Fri Sep 14 15:07:59 2012	(r39537)
+++ head/fr_FR.ISO8859-1/htdocs/gnome/newsflash.xsl	Fri Sep 14 15:10:22 2012	(r39538)
@@ -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>
 


More information about the svn-doc-head mailing list