Remove trailing space for pardon player command.

This commit is contained in:
Wout Bouckaert 2023-11-11 12:21:59 -07:00
parent ec4bcda31e
commit 53b69fe0f6
No known key found for this signature in database

View File

@ -69,7 +69,7 @@
<td>Banned on {{ player['banned_on'] }}</td>
<td>Banned by : {{ player['source'] }} <br />Reason : {{ player['reason'] }}</td>
<td class="buttons">
<button onclick="send_command_to_server(`pardon {{ player['name'] }} `)" type="button" class="btn btn-danger">Unban</button>
<button onclick="send_command_to_server(`pardon {{ player['name'] }}`)" type="button" class="btn btn-danger">Unban</button>
</td>
</tr>
{% end %}