Skip to content

Commit

Permalink
Fix wiki links for WTPDF 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed May 27, 2024
1 parent 5a2be95 commit 7409d33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
<xsl:value-of select="'PDFUA-Part-2-rules'"/>
</xsl:when>
<xsl:when test="starts-with(@specification, 'WTPDF1.0')">
<xsl:value-of select="'WTPDF-1-0-rules'"/>
<xsl:value-of select="'WTPDF-1.0-rules'"/>
</xsl:when>
</xsl:choose>
</xsl:variable>
Expand Down

0 comments on commit 7409d33

Please sign in to comment.