diff options
author | AndreaChirulescu <andrea.chirulescu@gmail.com> | 2021-09-05 17:04:53 +0200 |
---|---|---|
committer | AndreaChirulescu <andrea.chirulescu@gmail.com> | 2021-09-05 17:04:53 +0200 |
commit | 39523bd49d12ccf0c17bd033a012d6b2b93ce763 (patch) | |
tree | f3418bd5d661ca65aa9bbc5668373e79d2ddbc79 | |
parent | 30c78c1653e0a0e5ec1cf72570561ccdd2eddc26 (diff) | |
download | gigologadmin-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.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 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>'; |