diff --git a/threadr/boards/index.php b/threadr/boards/index.php index 3d08cc1..b9c7922 100644 --- a/threadr/boards/index.php +++ b/threadr/boards/index.php @@ -14,12 +14,9 @@ $statement = $pdo->prepare("SELECT * FROM boards"); $statement->execute(); - echo "" - } if (!$result) {