Fix some HTML rendering.
Some checks are pending
ci/woodpecker/push/build Pipeline is pending

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

View File

@ -220,11 +220,13 @@
{{ 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 }}
<tr> <tr>
<td>No Detectable Players.</td> <td>No Detectable Players.</td>