Update banned.html

This commit is contained in:
Sanpaku 2021-10-08 22:00:12 +02:00
parent b5abe45fc1
commit 90115c8791

View File

@ -24,7 +24,7 @@ include $path . '/templates/header.html';
echo '<p>How did you manage this...</p>';
echo '<div class="post reply banned">';
if (isset($ban['post-body'])) {
if ($ban['post-body'] != false ) {
echo '<div class="post-info">';
if ($ban['post-subject'] != '') {
echo '<span class="subject">'.$ban['post-subject'].'&nbsp;</span>';