aboutsummaryrefslogtreecommitdiff
path: root/bz-html.xsl
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-15 21:37:35 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-15 21:37:35 +0000
commitccdc26e9fe484a816c3d4b8c1b75d73457f33b43 (patch)
tree134faa56762a17c775fa18d4b4784aeea3e352ae /bz-html.xsl
parentd4fb48638796db71c55d3bd64342f1bfec86b707 (diff)
parentb70917a06af5a5e0687049d49cb1238681d427f4 (diff)
downloadbzip2-android12-mainline-tzdata3-release.tar.gz
Change-Id: Ib738dc08a760fd0e44170ba3dc681de1a0515e49
Diffstat (limited to 'bz-html.xsl')
-rw-r--r--bz-html.xsl11
1 files changed, 4 insertions, 7 deletions
diff --git a/bz-html.xsl b/bz-html.xsl
index b6000d5..1785fff 100644
--- a/bz-html.xsl
+++ b/bz-html.xsl
@@ -7,14 +7,11 @@
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
<xsl:import href="bz-common.xsl"/>
-<!-- use UTF-8 encoding -->
-<xsl:output method="html" encoding="UTF-8" indent="yes"/>
+<!-- use 8859-1 encoding -->
+<xsl:output method="html" encoding="ISO-8859-1" indent="yes"/>
-<!-- we include the css as link and directly when generating one large file -->
-<xsl:template name="user.head.content">
- <xsl:text disable-output-escaping="yes">
-<![CDATA[<]]>link rel="stylesheet" type="text/css" href="bzip.css" />
- </xsl:text>
+<!-- we include the css directly when generating one large file -->
+<xsl:template name="user.head.content">
<style type="text/css" media="screen">
<xsl:text>&bz-css;</xsl:text>
</style>