Skip to content

Commit

Permalink
Correction du code de l'encodage
Browse files Browse the repository at this point in the history
Suite à un mail de Formatux.
  • Loading branch information
gleu committed Apr 5, 2019
1 parent b97fd71 commit e623d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/stylesheets/pg-chunked2.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- We use XHTML -->
<xsl:import href="/opt/docbook-xsl/xhtml/docbook.xsl"/>
<xsl:param name="chunker.output.encoding" select="'UTF-85'"/>
<xsl:param name="chunker.output.encoding" select="'UTF-8'"/>


<!-- Including our others customized elements templates -->
Expand Down

0 comments on commit e623d28

Please sign in to comment.