Skip to content

Commit

Permalink
Update PDF/UA-2 and Tagged profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bdoubrov authored and github-actions[bot] committed Feb 23, 2024
1 parent cb60c92 commit 2738474
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PDF_A/PDFA-4.xml
Original file line number Diff line number Diff line change
@@ -1187,7 +1187,7 @@
<description>The value of "pdfaid:rev" shall be the four digit year</description>
<test>/^\d{4}$/.test(rev)</test>
<error>
<message>The value of "pdfaid:rev" (%1) not the four digit year</message>
<message>The value of "pdfaid:rev" (%1) is not the four digit year</message>
<arguments>
<argument>rev</argument>
</arguments>
2 changes: 1 addition & 1 deletion PDF_A/PDFA-4E.xml
Original file line number Diff line number Diff line change
@@ -1203,7 +1203,7 @@
<description>The value of "pdfaid:rev" shall be the four digit year</description>
<test>/^\d{4}$/.test(rev)</test>
<error>
<message>The value of "pdfaid:rev" (%1) not the four digit year</message>
<message>The value of "pdfaid:rev" (%1) is not the four digit year</message>
<arguments>
<argument>rev</argument>
</arguments>
2 changes: 1 addition & 1 deletion PDF_A/PDFA-4F.xml
Original file line number Diff line number Diff line change
@@ -1189,7 +1189,7 @@
<description>The value of "pdfaid:rev" shall be the four digit year</description>
<test>/^\d{4}$/.test(rev)</test>
<error>
<message>The value of "pdfaid:rev" (%1) not the four digit year</message>
<message>The value of "pdfaid:rev" (%1) is not the four digit year</message>
<arguments>
<argument>rev</argument>
</arguments>

0 comments on commit 2738474

Please sign in to comment.