Skip to content

Commit

Permalink
PDF/UA-2. Replace error argument for rules 8.2.4-1, 8.2.4-2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Jun 5, 2024
1 parent ca9bd6e commit 482132e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<error>
<message>Non-standard structure type %1 is not mapped to a standard type</message>
<arguments>
<argument>valueS</argument>
<argument>namespaceAndTag</argument>
</arguments>
</error>
<references>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<error>
<message>A circular mapping exists for %1 structure type</message>
<arguments>
<argument>valueS</argument>
<argument>namespaceAndTag</argument>
</arguments>
</error>
<references/>
Expand Down
4 changes: 2 additions & 2 deletions PDF_UA/ISO-32005-Tagged.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<error>
<message>Non-standard structure type %1 is not mapped to a standard type</message>
<arguments>
<argument>valueS</argument>
<argument>namespaceAndTag</argument>
</arguments>
</error>
<references>
Expand Down Expand Up @@ -19875,7 +19875,7 @@
<error>
<message>A circular mapping exists for %1 structure type</message>
<arguments>
<argument>valueS</argument>
<argument>namespaceAndTag</argument>
</arguments>
</error>
<references>
Expand Down

0 comments on commit 482132e

Please sign in to comment.