XEP-0004: fix typo s#>required/<#<required/>

This commit is contained in:
Florian Schmaus 2020-07-17 08:35:38 +02:00
parent 710ff5503a
commit 41cebdf743
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@
</tr>
<tr>
<td>submit</td>
<td>The form-submitting entity is submitting data to the form-processing entity. The submission MAY include fields that were not provided in the empty form, but the form-processing entity MUST ignore any fields that it does not understand. Furthermore, the submission MAY omit fields not marked with &gt;required/&lt; by the form-processing entity.</td>
<td>The form-submitting entity is submitting data to the form-processing entity. The submission MAY include fields that were not provided in the empty form, but the form-processing entity MUST ignore any fields that it does not understand. Furthermore, the submission MAY omit fields not marked with &lt;required/&gt; by the form-processing entity.</td>
</tr>
<tr>
<td>cancel</td>