mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 17:24:10 +01:00
fix inconsistent colon in tables
Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com>
This commit is contained in:
parent
9ad39c3782
commit
3cd366b150
|
|
@ -49,7 +49,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
{{ if $state_key }}
|
{{ if $state_key }}
|
||||||
<tr>
|
<tr>
|
||||||
<th>State key</th>
|
<th>State key:</th>
|
||||||
<td>{{ $state_key.description | markdownify }}</td>
|
<td>{{ $state_key.description | markdownify }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue