diff --git a/application/views/emails/appointment_details.php b/application/views/emails/appointment_details.php
index 7a0b3e0e..6b04918c 100644
--- a/application/views/emails/appointment_details.php
+++ b/application/views/emails/appointment_details.php
@@ -3,73 +3,72 @@
= lang('appointment_details_title') ?> | Easy!Appointments
-
-
-
-
-
= $email_title ?>
-
= $email_message ?>
-
-
= lang('appointment_details_title') ?>
-
-
- = lang('service') ?> |
- = $appointment_service ?> |
-
-
- = lang('provider') ?> |
- = $appointment_provider ?> |
-
-
- = lang('start') ?> |
- = $appointment_start_date ?> |
-
-
- = lang('end') ?> |
- = $appointment_end_date ?> |
-
-
- = lang('timezone') ?> |
- = $appointment_timezone ?> |
-
-
-
-
= lang('customer_details_title') ?>
-
-
- = lang('name') ?> |
- = $customer_name ?> |
-
-
- = lang('email') ?> |
- = $customer_email ?> |
-
-
- = lang('phone_number') ?> |
- = $customer_phone ?> |
-
-
- = lang('address') ?> |
- = $customer_address ?> |
-
-
-
-
= lang('appointment_link_title') ?>
-
= $appointment_link ?>
-
-
-
+
+
+
+
+
= $email_title ?>
+
= $email_message ?>
+
+
= lang('appointment_details_title') ?>
+
+
+ = lang('service') ?> |
+ = $appointment_service ?> |
+
+
+ = lang('provider') ?> |
+ = $appointment_provider ?> |
+
+
+ = lang('start') ?> |
+ = $appointment_start_date ?> |
+
+
+ = lang('end') ?> |
+ = $appointment_end_date ?> |
+
+
+ = lang('timezone') ?> |
+ = $appointment_timezone ?> |
+
+
+
+
= lang('customer_details_title') ?>
+
+
+ = lang('name') ?> |
+ = $customer_name ?> |
+
+
+ = lang('email') ?> |
+ = $customer_email ?> |
+
+
+ = lang('phone_number') ?> |
+ = $customer_phone ?> |
+
+
+ = lang('address') ?> |
+ = $customer_address ?> |
+
+
+
+
= lang('appointment_link_title') ?>
+
= $appointment_link ?>
+
+
+
+