diff --git a/application/views/appointments/book.php b/application/views/appointments/book.php
index 6b0c740f..3adc8d3d 100755
--- a/application/views/appointments/book.php
+++ b/application/views/appointments/book.php
@@ -119,8 +119,8 @@
}
}
- // We need the uncategorized services at the end of the list so
- // we will use another iteration only for the uncategorized services.
+ // We need the uncategorized services at the end of the list so we will use
+ // another iteration only for the uncategorized services.
$grouped_services['uncategorized'] = array();
foreach($available_services as $service) {
if ($service['category_id'] == NULL) {
@@ -228,10 +228,12 @@
-
-
+
+
diff --git a/application/views/backend/calendar.php b/application/views/backend/calendar.php
index 49225ca7..5155361d 100755
--- a/application/views/backend/calendar.php
+++ b/application/views/backend/calendar.php
@@ -167,8 +167,8 @@
}
}
- // We need the uncategorized services at the end of the list so
- // we will use another iteration only for the uncategorized services.
+ // We need the uncategorized services at the end of the list so we will use
+ // another iteration only for the uncategorized services.
$grouped_services['uncategorized'] = [];
foreach ($available_services as $service)
{
diff --git a/application/views/backend/customers.php b/application/views/backend/customers.php
index 19f618b8..0f4c9414 100755
--- a/application/views/backend/customers.php
+++ b/application/views/backend/customers.php
@@ -112,9 +112,9 @@