diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-09-06 20:15:03 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-09-06 20:15:03 +0200 |
commit | 223db579176f63876cfdfee6ee5400dbc359ac32 (patch) | |
tree | f2605aa5e1c7875f1179c4bf6fa34d59459b0d58 | |
parent | 0bfbca60e451f8c9e627dd698d4a58ddae73c874 (diff) | |
parent | 97c8056d7ee2e9671fe041ae0ec91521fa6a5a17 (diff) | |
download | gigologadmin-223db579176f63876cfdfee6ee5400dbc359ac32.tar.gz gigologadmin-223db579176f63876cfdfee6ee5400dbc359ac32.tar.bz2 gigologadmin-223db579176f63876cfdfee6ee5400dbc359ac32.zip |
Merge remote-tracking branch 'andrea/andreaschanges' into dev
-rw-r--r-- | includes/admin/views/_concerts_table.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/admin/views/_concerts_table.php b/includes/admin/views/_concerts_table.php index e75ca38..25bbef7 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 == '' ) { @@ -149,7 +149,7 @@ if (!class_exists("GiglogAdmin_ConcertsTable")) . checked(isset($_POST['ownconcerts']) ? $_POST['ownconcerts'] : false) . '><label for="ownconcerts">Show own concerts only</label>'; } - $select .= '<input class="applybuton" type="submit" value="Apply Filters"></form>'; + $select .= '<input class="applybutton" type="submit" value="Apply Filters"></form>'; return $select; } |