diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-09-22 20:09:08 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-09-22 20:09:08 +0000 |
| commit | efe7023c1f98fced77cfb5f6e1747f8ed453160d (patch) | |
| tree | bf1438e2cc7ef0ffe150ca9eb553f0a3068eeb64 /ru_RU.KOI8-R/htdocs/security | |
| parent | 9b85c2d7f5bec58bbbc43d7dccea2eecbc337752 (diff) | |
- Encoding names should be IANA names and in lower case
Notes
svn path=/head/; revision=39595
Diffstat (limited to 'ru_RU.KOI8-R/htdocs/security')
| -rw-r--r-- | ru_RU.KOI8-R/htdocs/security/mkindex.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ru_RU.KOI8-R/htdocs/security/mkindex.xsl b/ru_RU.KOI8-R/htdocs/security/mkindex.xsl index 615ff828c9..2e541beafc 100644 --- a/ru_RU.KOI8-R/htdocs/security/mkindex.xsl +++ b/ru_RU.KOI8-R/htdocs/security/mkindex.xsl @@ -19,7 +19,7 @@ <xsl:variable name="date" select="'$FreeBSD$'"/> - <xsl:output type="xml" encoding="KOI8-R" + <xsl:output type="xml" encoding="koi8-r" omit-xml-declaration="yes" /> <xsl:template match="/"> |
