Fix some HTML rendering.
ci/woodpecker/push/build Pipeline is pending Details

This commit is contained in:
Captain ALM 2023-08-15 10:28:43 +01:00
parent d8a1ff6aa2
commit 487626d1b1
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
1 changed files with 3 additions and 1 deletions

View File

@ -220,9 +220,11 @@
{{ end }}
{{ else }}
{{ range .Queried.Players }}
{{ if ne . "Anonymous Player" }}
<tr>
<td>{{ if ne . "Anonymous Player" }}{{ . }}{{ end }}</td>
<td>{{ . }}</td>
</tr>
{{ end }}
{{ end }}
{{ end }}
{{ else }}