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 }} {{ end }}
{{ else }} {{ else }}
{{ range .Queried.Players }} {{ range .Queried.Players }}
{{ if ne . "Anonymous Player" }}
<tr> <tr>
<td>{{ if ne . "Anonymous Player" }}{{ . }}{{ end }}</td> <td>{{ . }}</td>
</tr> </tr>
{{ end }}
{{ end }} {{ end }}
{{ end }} {{ end }}
{{ else }} {{ else }}