diff options
author | AndreaChirulescu <andrea.chirulescu@gmail.com> | 2021-09-06 18:04:04 +0200 |
---|---|---|
committer | AndreaChirulescu <andrea.chirulescu@gmail.com> | 2021-09-06 18:04:04 +0200 |
commit | ad23892f50afeae7e2452f92903c96053cca389d (patch) | |
tree | 47428a53608d9d7ab549ea8ebe9769a248faa61c /includes/admin/views | |
parent | f01f957a0d622e37f1a32e2d88dc152ec5524c35 (diff) | |
download | gigologadmin-ad23892f50afeae7e2452f92903c96053cca389d.tar.gz gigologadmin-ad23892f50afeae7e2452f92903c96053cca389d.tar.bz2 gigologadmin-ad23892f50afeae7e2452f92903c96053cca389d.zip |
removed some extra characters that got lost in table HTML
Diffstat (limited to 'includes/admin/views')
-rw-r--r-- | includes/admin/views/_concerts_table.php | 2 |
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 == '' ) { |