Skip to content

Commit

Permalink
Merge pull request #564 from ndw/iss-563
Browse files Browse the repository at this point in the history
Fix typo in stylesheet: lt:page becomes lt:pagenum
  • Loading branch information
ndw authored Nov 20, 2024
2 parents 855db8f + 654b588 commit 309b096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/xslt/modules/xform-locale.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<xsl:when test="$perc = 'l'"><lt:label/></xsl:when>
<xsl:when test="$perc = '%'"><lt:percent/></xsl:when>
<xsl:when test="$perc = '.'"><lt:separator/></xsl:when>
<xsl:when test="$perc = 'p'"><lt:page/></xsl:when>
<xsl:when test="$perc = 'p'"><lt:pagenum/></xsl:when>
<xsl:when test="$perc = 'o'"><lt:olink-title/></xsl:when>
<xsl:otherwise>
<xsl:message terminate="yes"
Expand Down

0 comments on commit 309b096

Please sign in to comment.