diff --git a/css/style.css b/css/style.css index ecd7abce..acf444ca 100644 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,3 @@ body{ font-size: .875rem; -} - +} \ No newline at end of file diff --git a/includes/header.php b/includes/header.php index ac886ac6..e701d30f 100644 --- a/includes/header.php +++ b/includes/header.php @@ -35,7 +35,7 @@ header("X-Frame-Options: DENY"); - + diff --git a/js/app.js b/js/app.js index ca1e78a3..312c370c 100644 --- a/js/app.js +++ b/js/app.js @@ -10,7 +10,7 @@ $("#alert").fadeTo(5000, 500).slideUp(500, function(){ // Initialize Select2 Elements $('.select2').select2({ - theme: 'bootstrap4' + theme: 'bootstrap4', }); // Initialize TinyMCE diff --git a/modals/client_add_modal.php b/modals/client_add_modal.php index 4f9b5338..082b7428 100644 --- a/modals/client_add_modal.php +++ b/modals/client_add_modal.php @@ -76,10 +76,10 @@