mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Remove tabs
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
3e14d8d190
commit
2fe211c978
|
|
@ -28,7 +28,7 @@
|
||||||
{{ else -}}
|
{{ else -}}
|
||||||
{{ $version := lower .LinkTitle -}}
|
{{ $version := lower .LinkTitle -}}
|
||||||
<div class="td-content">
|
<div class="td-content">
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
|
|
||||||
<table class="release-info">
|
<table class="release-info">
|
||||||
{{ if ne $version "unstable" -}}
|
{{ if ne $version "unstable" -}}
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
<tr><th>Checklist</th><td><a href="{{ $checklist.RelPermalink }}">checklist.md</a></td>
|
<tr><th>Checklist</th><td><a href="{{ $checklist.RelPermalink }}">checklist.md</a></td>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue