Honor &doc.html.charset; for html and html-split output.
This commit is contained in:
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
|
@ -18,6 +18,7 @@
|
|||
|
||||
<!-- Redefine variables, and replace templates as necessary here -->
|
||||
|
||||
<xsl:param name="chunker.output.encoding" select="'&doc.html.charset;'"/>
|
||||
<xsl:param name="use.id.as.filename" select="1"/>
|
||||
<xsl:param name="html.stylesheet" select="'docbook.css'"/>
|
||||
<xsl:param name="link.mailto.url" select="'doc@FreeBSD.org'"/>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue