diff options
Diffstat (limited to 'includes')
-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 d8cd392..25bbef7 100644 --- a/includes/admin/views/_concerts_table.php +++ b/includes/admin/views/_concerts_table.php @@ -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; } |