mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
05.39.2012 72fce319e1dd777dbb4212892990c4f470aac28e
Make sure HTML output is UTF-8 encoded
1 files modified
1 ■■■■ changed files
opendj3/src/main/docbkx-stylesheets/html/coredoc.xsl 1 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx-stylesheets/html/coredoc.xsl
@@ -28,6 +28,7 @@
version="1.0">
 <xsl:import href="urn:docbkx:stylesheet" />
 <xsl:import href="urn:docbkx:stylesheet/highlight.xsl" />
 <xsl:output method="html" encoding="UTF-8" indent="no" />
 <xsl:param name="make.clean.html" select="1" />
 <xsl:param name="docbook.css.link" select="0" />