We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e4dc6 commit 63fee29Copy full SHA for 63fee29
lib/isodoc/plateau/plateau.international-standard.xsl
@@ -6,6 +6,8 @@
6
7
<xsl:variable name="debug">false</xsl:variable>
8
9
+ <xsl:variable name="isIgnoreComplexScripts">true</xsl:variable>
10
+
11
<xsl:variable name="doctype" select="//plateau:plateau-standard[1]/plateau:bibdata/plateau:ext/plateau:doctype[@language = '' or not(@language)]"/>
12
13
<xsl:variable name="i18n_doctype_dict_annex"><xsl:call-template name="getLocalizedString"><xsl:with-param name="key">doctype_dict.annex</xsl:with-param></xsl:call-template></xsl:variable>
0 commit comments