diff --git a/threadr/boards/index.php b/threadr/boards/index.php index 39030ce..a107bd4 100644 --- a/threadr/boards/index.php +++ b/threadr/boards/index.php @@ -28,7 +28,7 @@ $navbar="boards"; $statement = $pdo->prepare("SELECT * FROM boards"); $statement->execute(); foreach($statement->fetchAll() as $ROW) { - echo "
  • $ROW[name]
  • "; + echo "
  • $ROW[name]
  • "; } } if (!$result) {