diff --git a/threadr/boards/index.php b/threadr/boards/index.php index a1a06f1..01cb2a3 100644 --- a/threadr/boards/index.php +++ b/threadr/boards/index.php @@ -29,7 +29,7 @@ $navbar="boards"; $statement = $pdo->prepare("SELECT * FROM boards WHERE private='0' ORDER BY id asc"); $statement->execute(); foreach($statement->fetchAll() as $ROW) { - echo "