diff options
Diffstat (limited to 'docs/xslt/changes.xslt')
-rw-r--r-- | docs/xslt/changes.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xslt/changes.xslt b/docs/xslt/changes.xslt index 89c348d4d..c6b6694bd 100644 --- a/docs/xslt/changes.xslt +++ b/docs/xslt/changes.xslt @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> - <xsl:output encoding="koi8-r" method="text"/> + <xsl:output method="text"/> <xsl:param select="'en'" name="lang"/> |