diff --git a/application/views/components/booking_type_step.php b/application/views/components/booking_type_step.php index 9597265711..e87ab41ca6 100644 --- a/application/views/components/booking_type_step.php +++ b/application/views/components/booking_type_step.php @@ -1,7 +1,7 @@ @@ -66,11 +66,11 @@ if (count($group) > 0) { - echo ''; + echo ''; foreach ($group as $service) { echo ''; + . e($service['name']) . ''; } echo ''; } @@ -80,7 +80,7 @@ { foreach ($available_services as $service) { - echo ''; + echo ''; } } ?> diff --git a/application/views/components/cookie_notice_modal.php b/application/views/components/cookie_notice_modal.php index a800aaf3cf..36d90e7e9c 100644 --- a/application/views/components/cookie_notice_modal.php +++ b/application/views/components/cookie_notice_modal.php @@ -13,7 +13,7 @@