diff options
Diffstat (limited to 'includes')
-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; } |