Skip to content

Commit b18f233

Browse files
committed
Trying to restore section numbering that no longer works
1 parent 25349a3 commit b18f233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/pdf/pdf.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
<xsl:apply-templates select="." mode="object.xref.markup">
210210
<xsl:with-param name="purpose" select="'xref'"/>
211211
<!-- BEGIN OVERRIDE -->
212-
<xsl:with-param name="xrefstyle" select="'template: &ldquo;%n %t&rdquo;'"/>
212+
<xsl:with-param name="xrefstyle" select="'template: %n %t'"/>
213213
<!-- END OVERRIDE -->
214214
<xsl:with-param name="referrer" select="$referrer"/>
215215
<xsl:with-param name="verbose" select="$verbose"/>

0 commit comments

Comments
 (0)