1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Lowercase ISO-2022-JP.

Suggested by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95212 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yoshiki Hayashi
2002-05-22 10:06:33 +00:00
parent 7a1ec9175c
commit ade862d075

View File

@@ -2,7 +2,7 @@
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" encoding="ISO-2202-JP" indent="no"/>
<xsl:output method="html" encoding="iso-2202-jp" indent="no"/>
<!-- Read the localized messages from the specified language file -->
<xsl:variable name="messages" select="document('ja.xml')/messages"/>
@@ -10,4 +10,4 @@
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="common.xsl"/>
</xsl:stylesheet>
</xsl:stylesheet>