Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2012 15:10:23 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r39538 - head/fr_FR.ISO8859-1/htdocs/gnome
Message-ID:  <201209141510.q8EFANwp047966@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209141510.q8EFANwp047966>