Honor &doc.html.charset; for html and html-split output.

This commit is contained in:
Hiroki Sato 2013-11-14 00:58:21 +00:00
parent 220a6cfde6
commit f27b67aced
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43191
2 changed files with 3 additions and 0 deletions

View file

@ -14,5 +14,7 @@
<xsl:import href="http://www.FreeBSD.org/XML/lang/share/xml/freebsd-xhtml.xsl"/>
<xsl:output encoding="&doc.html.charset;" />
<xsl:param name="html.chunk" select="'0'"/>
</xsl:stylesheet>