aboutsummaryrefslogtreecommitdiff
path: root/fr_FR.ISO8859-1
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-01-09 16:13:30 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-01-09 16:13:30 +0000
commita4266c0837e2b010c47108b153d5e4bcc375a40c (patch)
tree7631542aec2d718bd99129d4298451299b7396ff /fr_FR.ISO8859-1
parentb9d31cf178754b006fdbf61eac1b375ecbf11a92 (diff)
downloaddoc-a4266c0837e2b010c47108b153d5e4bcc375a40c.tar.gz
doc-a4266c0837e2b010c47108b153d5e4bcc375a40c.zip
Fix syntax errors in translated documents. These caused a build breakage in
newer libxslt which check the stylesheet syntax more strictly. |It is an error for the value of either the use attribute or the match |attribute to contain a VariableReference. | (XSL Transformations (XSLT) Version 1.0, Section 12.2)
Notes
Notes: svn path=/head/; revision=40560
Diffstat (limited to 'fr_FR.ISO8859-1')
-rw-r--r--fr_FR.ISO8859-1/htdocs/search/index-site.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fr_FR.ISO8859-1/htdocs/search/index-site.xsl b/fr_FR.ISO8859-1/htdocs/search/index-site.xsl
index fcb45e51b5..c85f23657d 100644
--- a/fr_FR.ISO8859-1/htdocs/search/index-site.xsl
+++ b/fr_FR.ISO8859-1/htdocs/search/index-site.xsl
@@ -27,7 +27,7 @@
<xsl:variable name="title">&title;</xsl:variable>
- <xsl:key name="indexLetter" match="term" use="translate(substring(text, 1, 1), $lowercase, $uppercase)"/>
+ <xsl:key name="indexLetter" match="term" use="translate(substring(text, 1, 1), 'aàbcçdeéèêfghiîjklmnoôpqrstuùûvwxyz', 'AÀBCÇDEÉÈÊFGHIÎJKLMNOÔPQRSTUÙÛVWXYZ')"/>
<xsl:template name="process.contentwrap">
<xsl:call-template name="html-sitemap"/>