diff --git a/threadr/boards/index.php b/threadr/boards/index.php index a59cdd9..16c814a 100644 --- a/threadr/boards/index.php +++ b/threadr/boards/index.php @@ -40,7 +40,7 @@ $navbar="boards"; $error = false; $error_message = ""; if (!$error) { - echo '

Private Boards

; + echo '

Private Boards

'; $statement = $pdo->prepare("SELECT * FROM boards WHERE private='1' ORDER BY id asc"); $statement->execute(); foreach($statement->fetchAll() as $ROW) {