From ad23892f50afeae7e2452f92903c96053cca389d Mon Sep 17 00:00:00 2001 From: AndreaChirulescu Date: Mon, 6 Sep 2021 18:04:04 +0200 Subject: removed some extra characters that got lost in table HTML --- includes/admin/views/_concerts_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/views/_concerts_table.php b/includes/admin/views/_concerts_table.php index e75ca38..d8cd392 100644 --- a/includes/admin/views/_concerts_table.php +++ b/includes/admin/views/_concerts_table.php @@ -72,7 +72,7 @@ if (!class_exists("GiglogAdmin_ConcertsTable")) $content .= ''; if ($lastType != '' && $lastType != $concert->venue()->city()) { - $content .= '' . $concert->venue()->city() . '">'; + $content .= '' . $concert->venue()->city() . ''; } if ($lastType == '' ) { -- cgit v1.2.3