diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-08-23 12:50:54 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-08-23 12:50:54 +0000 |
commit | 03228790c644384adc1b2eeb59c577699aa41709 (patch) | |
tree | 9087817c5abfa956ed45ecae525e2c06c2cd2eb9 /docs/xslt | |
parent | ae6eba4f162b4958e8ef6f1b75ea29f45497e5e6 (diff) | |
download | nginx-03228790c644384adc1b2eeb59c577699aa41709.tar.gz nginx-03228790c644384adc1b2eeb59c577699aa41709.zip |
CHANGES conversion from KOI8-R to UTF-8.
Diffstat (limited to 'docs/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"/> |