summaryrefslogtreecommitdiff
path: root/doc/searches.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/searches.xsl')
-rw-r--r--doc/searches.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/searches.xsl b/doc/searches.xsl
index a1db335..57ff5c8 100644
--- a/doc/searches.xsl
+++ b/doc/searches.xsl
@@ -11,7 +11,7 @@
<xsl:import href="site.xsl"/>
<!-- Generate XHTML-1.0 transitional -->
- <xsl:output method="xml" encoding="ISO-8859-1" indent="yes"
+ <xsl:output method="xml" encoding="UTF-8" indent="yes"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
@@ -33,7 +33,7 @@
<xsl:template match="queries">
<xsl:variable name="date" select="@date"/>
<xsl:variable name="title">Search statistics for <xsl:value-of select="$date"/></xsl:variable>
- <xsl:document href="searches.html" method="xml" encoding="ISO-8859-1"
+ <xsl:document href="searches.html" method="xml" encoding="UTF-8"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>