summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreaChirulescu <andrea.chirulescu@gmail.com>2021-09-06 18:04:04 +0200
committerAndreaChirulescu <andrea.chirulescu@gmail.com>2021-09-06 18:04:04 +0200
commitad23892f50afeae7e2452f92903c96053cca389d (patch)
tree47428a53608d9d7ab549ea8ebe9769a248faa61c
parentf01f957a0d622e37f1a32e2d88dc152ec5524c35 (diff)
downloadgigologadmin-ad23892f50afeae7e2452f92903c96053cca389d.tar.gz
gigologadmin-ad23892f50afeae7e2452f92903c96053cca389d.tar.bz2
gigologadmin-ad23892f50afeae7e2452f92903c96053cca389d.zip
removed some extra characters that got lost in table HTML
-rw-r--r--includes/admin/views/_concerts_table.php2
1 files changed, 1 insertions, 1 deletions
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 .= '<tr class="assignitr">';
if ($lastType != '' && $lastType != $concert->venue()->city()) {
- $content .= '<td>' . $concert->venue()->city() . '</td>">';
+ $content .= '<td>' . $concert->venue()->city() . '</td>';
}
if ($lastType == '' ) {