mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Remove unnecessary HTML code end tag
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
3d24029c00
commit
37855783b9
|
|
@ -70,7 +70,7 @@
|
|||
{{ if reflect.IsMap .additionalProperties }}
|
||||
|
||||
<tr>
|
||||
<td><Other properties></code></td>
|
||||
<td><Other properties></td>
|
||||
<td><code>{{ partial "partials/property-type" .additionalProperties | safeHTML }}</code></td>
|
||||
<td>{{ partial "partials/property-description" (dict "property" .additionalProperties) }}</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue