Skip to content

Commit

Permalink
fix(release): fix skipped release after pull request #74 (DSP-1797) (#76
Browse files Browse the repository at this point in the history
)
  • Loading branch information
irinaschubert committed Jul 27, 2021
1 parent 9ecd794 commit c8e0a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dsp-tools-xmlupload.md
Expand Up @@ -173,8 +173,8 @@ Example for a property element of type text (`<text-prop>`) with two value eleme

```xml
<text-prop name=":hasTranslation">
<text encoding="utf8">Dies ist eine Übersetzung</text>
<text encoding="utf8">Und eine andere Übersetzung</text>
<text encoding="utf8">Dies ist eine Übersetzung.</text>
<text encoding="utf8">Dies ist eine weitere Übersetzung.</text>
</text-prop>
```

Expand Down

0 comments on commit c8e0a11

Please sign in to comment.