Skip to content

Commit f13f764

Browse files
fix: added missing headers (#591)
1 parent da0b32f commit f13f764

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

actions/viewplayer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570
}
571571
if($admin) {
572572
echo '
573-
<th></th>';
573+
<th><center><span class="glyphicon glyphicon-trash"></span></center></th>';
574574
}?>
575575

576576
</tr>
@@ -631,7 +631,7 @@
631631
}
632632
if($admin) {
633633
echo '
634-
<th></th>';
634+
<th><center><span class="glyphicon glyphicon-trash"></span></center></th>';
635635
}?>
636636

637637
</tr>

0 commit comments

Comments
 (0)