From f23a722933850da1f2b2fb74bd2321587416e877 Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 2 Mar 2020 08:31:51 +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 fe250a5..e8dc056 100644 --- a/threadr/boards/index.php +++ b/threadr/boards/index.php @@ -30,7 +30,7 @@ $navbar="boards"; $statement->execute(); foreach($statement->fetchAll() as $ROW) { - echo "
  • $ROW[name]

  • "; + echo "
  • $ROW[name]
  • "; } }