From 39523bd49d12ccf0c17bd033a012d6b2b93ce763 Mon Sep 17 00:00:00 2001 From: AndreaChirulescu Date: Sun, 5 Sep 2021 17:04:53 +0200 Subject: no idea why it keeps showing a n extra > but commiting to avoid a headache. This commit is useless --- 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 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 .= '' . $this->mark_new_concert($concert) . ''; $content .= '' . $this->assign_role_for_user_form('photo1', $concert) . ''; - $content .= ' class="assigneduser">' . $this->assign_role_for_user_form('photo2', $concert) . ''; + $content .= '' . $this->assign_role_for_user_form('photo2', $concert) . ''; $content .= '' . $this->assign_role_for_user_form('rev1', $concert) . ''; $content .= '' . $this->assign_role_for_user_form('rev2', $concert) . ''; -- cgit v1.2.3