summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreaChirulescu <andrea.chirulescu@gmail.com>2021-09-05 17:04:53 +0200
committerAndreaChirulescu <andrea.chirulescu@gmail.com>2021-09-05 17:04:53 +0200
commit39523bd49d12ccf0c17bd033a012d6b2b93ce763 (patch)
treef3418bd5d661ca65aa9bbc5668373e79d2ddbc79
parent30c78c1653e0a0e5ec1cf72570561ccdd2eddc26 (diff)
downloadgigologadmin-39523bd49d12ccf0c17bd033a012d6b2b93ce763.tar.gz
gigologadmin-39523bd49d12ccf0c17bd033a012d6b2b93ce763.tar.bz2
gigologadmin-39523bd49d12ccf0c17bd033a012d6b2b93ce763.zip
no idea why it keeps showing a n extra > but commiting to avoid a headache. This commit is useless
-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 685ee07..cc9ce4d 100644
--- a/includes/admin/views/_concerts_table.php
+++ b/includes/admin/views/_concerts_table.php
@@ -81,7 +81,7 @@ if (!class_exists("GiglogAdmin_ConcertsTable"))
$content .= '<td class="publishstatus">' . $this->mark_new_concert($concert) . '</td>';
$content .= '<td class="assigneduser">' . $this->assign_role_for_user_form('photo1', $concert) . '</td>';
- $content .= '<td> class="assigneduser">' . $this->assign_role_for_user_form('photo2', $concert) . '</td>';
+ $content .= '<td class="assigneduser">' . $this->assign_role_for_user_form('photo2', $concert) . '</td>';
$content .= '<td class="assigneduser">' . $this->assign_role_for_user_form('rev1', $concert) . '</td>';
$content .= '<td class="assigneduser">' . $this->assign_role_for_user_form('rev2', $concert) . '</td>';