diff --git a/application/views/layouts/account/account_layout.php b/application/views/layouts/account/account_layout.php
index 98dda777..42ffd5c0 100644
--- a/application/views/layouts/account/account_layout.php
+++ b/application/views/layouts/account/account_layout.php
@@ -29,7 +29,7 @@
-
+
-
+
diff --git a/application/views/layouts/booking/booking_layout.php b/application/views/layouts/booking/booking_layout.php
index 2976d476..9621a54f 100644
--- a/application/views/layouts/booking/booking_layout.php
+++ b/application/views/layouts/booking/booking_layout.php
@@ -95,7 +95,7 @@
-
+
diff --git a/application/views/layouts/message/message_layout.php b/application/views/layouts/message/message_layout.php
index d4bc13a2..ef4ca382 100644
--- a/application/views/layouts/message/message_layout.php
+++ b/application/views/layouts/message/message_layout.php
@@ -45,7 +45,7 @@
-
+
diff --git a/application/views/pages/instance/instance_installation_page.php b/application/views/pages/instance/instance_installation_page.php
index b487f703..067c48dc 100755
--- a/application/views/pages/instance/instance_installation_page.php
+++ b/application/views/pages/instance/instance_installation_page.php
@@ -145,7 +145,7 @@
-
+
diff --git a/gulpfile.js b/gulpfile.js
index e28a5f5a..cc9df003 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -113,7 +113,7 @@ function vendor(done) {
// bootstrap
gulp.src([
- 'node_modules/bootstrap/dist/js/bootstrap.bundle.min.js',
+ 'node_modules/bootstrap/dist/js/bootstrap.min.js',
'node_modules/bootstrap/dist/css/bootstrap.min.css'
]).pipe(gulp.dest('assets/vendor/bootstrap'));