Angel Yankov
c25e6d53e6
General improvements * Align allocations of sc_mem_secure_alloc (#3281). * Fix -O3 gcc optimization failure on amd64 and ppc64el (#3299). pkcs11-spy * Avoid crash while spying C_GetInterface() (#3275). TCOS * Fix reading certificate (#3296). OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=92
14 lines
467 B
Diff
14 lines
467 B
Diff
diff --git a/doc/html.xsl b/doc/html.xsl
|
|
index 665d45f..734fa98 100644
|
|
--- a/doc/html.xsl
|
|
+++ b/doc/html.xsl
|
|
@@ -3,7 +3,7 @@
|
|
<!ENTITY css SYSTEM "api.css">
|
|
]>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
- <xsl:import href="docbook-utf8.xsl"/>
|
|
+ <xsl:import href="docbook.xsl"/>
|
|
<xsl:param name="toc.section.depth" select="0"/>
|
|
<xsl:param name="generate.consistent.ids" select="1"/>
|
|
<xsl:template name="user.head.content">
|