diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-08-29 14:02:15 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-08-29 14:02:15 +0000 |
commit | ed5151688d732fa9e7150751956751cf22a9f1fa (patch) | |
tree | b2059c49d6436325a4f05047b41e06db4e3d5771 /docs/xslt/changes.xslt | |
parent | ef0316bb824f024a7317d2098ceba3af8ecda54f (diff) | |
download | nginx-ed5151688d732fa9e7150751956751cf22a9f1fa.tar.gz nginx-ed5151688d732fa9e7150751956751cf22a9f1fa.zip |
CHANGES conversion from KOI8-R to UTF-8.
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"/> |