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
Git User committed Jun 5, 2024
1 parent 8f3aae8 commit ffabe20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,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 All @@ -119,7 +119,7 @@
<error>
<message>A circular mapping exists for %1 structure 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 @@ -57,7 +57,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 All @@ -71,7 +71,7 @@
<error>
<message>A circular mapping exists for %1 structure 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 @@ -57,7 +57,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 All @@ -71,7 +71,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 ffabe20

Please sign in to comment.