Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
DNA-styx committed Sep 6, 2024
1 parent f38d26b commit 70d15d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbpp-windmill-dashboard/page_bans.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<td class="px-4">Player</td>
<td class="px-4">
{if empty($ban.player)}
<i>no nickname present</font></i>
<i>no nickname present</i>
{else}
{$ban.player|escape:'html'|smarty_stripslashes}
{/if}
Expand Down Expand Up @@ -403,7 +403,7 @@
{if !empty($commenta.comname)}
<b>{$commenta.comname|escape:'html'}</b>
{else}
<i>Admin deleted</font></i>
<i>Admin deleted</i>
{/if}
</td>
<td align="right">
Expand Down

0 comments on commit 70d15d8

Please sign in to comment.