svn commit: r53831 - in head/fr_FR.ISO8859-1/htdocs: gnome news/status

Glen Barber <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: gjb
Date: Mon Jan 27 20:22:39 2020
New Revision: 53831
URL: https://svnweb.freebsd.org/changeset/doc/53831

Log:
  Attempt to fix a silent build failure.
  
  Approved by:	doceng (implicit)
  Sponsored by:	Rubicon Communications, LLC (netgate.com)

Modified:
  head/fr_FR.ISO8859-1/htdocs/gnome/index.xsl
  head/fr_FR.ISO8859-1/htdocs/gnome/newsflash.xsl
  head/fr_FR.ISO8859-1/htdocs/news/status/report.xsl

Modified: head/fr_FR.ISO8859-1/htdocs/gnome/index.xsl
==============================================================================
--- head/fr_FR.ISO8859-1/htdocs/gnome/index.xsl	Mon Jan 27 15:21:29 2020	(r53830)
+++ head/fr_FR.ISO8859-1/htdocs/gnome/index.xsl	Mon Jan 27 20:22:39 2020	(r53831)
@@ -24,7 +24,7 @@
 
   <xsl:variable name="title">&title;</xsl:variable>
 
-  <xsl:template names="process.content">
+  <xsl:template name="process.content">
               <div id="sidewrap">
                 &nav.gnome;
               </div> <!-- SIDEWRAP -->

Modified: head/fr_FR.ISO8859-1/htdocs/gnome/newsflash.xsl
==============================================================================
--- head/fr_FR.ISO8859-1/htdocs/gnome/newsflash.xsl	Mon Jan 27 15:21:29 2020	(r53830)
+++ head/fr_FR.ISO8859-1/htdocs/gnome/newsflash.xsl	Mon Jan 27 20:22:39 2020	(r53831)
@@ -26,14 +26,14 @@
     &nav.developers;
   </xsl:template>
 
-  <xsl:template names="process.contentwrap">
+  <xsl:template name="process.contentwrap">
 	<img src="&enbase;/gifs/news.jpg" align="right" border="0" width="193"
 	     height="144" alt="FreeBSD GNOME News"/>
 
 	<xsl:apply-templates select="/news/descendant::month"/>
 
 	<xsl:for-each select="/news">
-	<xsl:call-template name="html-news-list-homelink" />
+	<xsl:call-template name="html-news-list-newsflash-homelink" />
 	</xsl:for-each>
   </xsl:template>
 

Modified: head/fr_FR.ISO8859-1/htdocs/news/status/report.xsl
==============================================================================
--- head/fr_FR.ISO8859-1/htdocs/news/status/report.xsl	Mon Jan 27 15:21:29 2020	(r53830)
+++ head/fr_FR.ISO8859-1/htdocs/news/status/report.xsl	Mon Jan 27 20:22:39 2020	(r53831)
@@ -27,7 +27,7 @@
     &nav.about;
   </xsl:template>
 
-  <xsl:template names="process.contentwrap">
+  <xsl:template name="process.contentwrap">
 	<!-- Process all the <sections>, in order -->
 	<xsl:apply-templates select="/report/section"/>
 
@@ -49,7 +49,7 @@
 	</xsl:for-each>
 	<ul>
 	  <xsl:for-each select="//project[not(@cat)]">
-  	    <xsl:sort select="translate(title, $lowercase, $ucppercase)"/>
+  	    <xsl:sort select="translate(title, $lowercase, $uppercase)"/>
 	    <li><a><xsl:attribute name="href">#<xsl:value-of
 	    select="translate(title, ' ',
 	    '-')"/></xsl:attribute><xsl:value-of select="title"/></a>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.