You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a couple of places in the XSL we use <xsl:value-of/> to get the <title> of an element. This is wrong because the title may have non-text node children. This especially affects the ToC, truncating some of the section titles.
The text was updated successfully, but these errors were encountered:
In a couple of places in the XSL we use
<xsl:value-of/>
to get the<title>
of an element. This is wrong because the title may have non-text node children. This especially affects the ToC, truncating some of the section titles.The text was updated successfully, but these errors were encountered: