From 1cc4089a44db853eb86ea1fbdc1e5be628a67d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 01:51:23 +0100 Subject: [PATCH] fixed problem with dot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/web/index.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/server/web/index.php b/server/web/index.php index 09f63b6..82144d6 100644 --- a/server/web/index.php +++ b/server/web/index.php @@ -40,7 +40,18 @@ if ($result->num_rows > 0) { // output data of each row while($row = $result->fetch_assoc()) { - echo ''.$row["id"].''.$row["universe"].''.$row["dmx_address"].'
'; + echo ' + + '.$row["id"].' + '.$row["universe"].' + '.$row["dmx_address"].' + +
+ +
+ + + '; } } else {