From 2c51475223c19c1f892f3bf886b01d74d1234327 Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 2 Mar 2020 08:50:09 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/boards/index.php=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/boards/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {