diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 89646c06..40bf1df9 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -18,7 +18,7 @@
<% end %>
<%= stylesheet_pack_tag 'application', media: 'all' %>
-
+
<% if params[:modal].present? %>
<% url_params = Rails.application.routes.recognize_path(params[:modal], method: :get) %>
<% if url_params[:action] == 'new' %>
diff --git a/app/views/layouts/form.html.erb b/app/views/layouts/form.html.erb
index 756f8f83..593f9aad 100644
--- a/app/views/layouts/form.html.erb
+++ b/app/views/layouts/form.html.erb
@@ -12,7 +12,7 @@
<% end %>
<%= stylesheet_pack_tag 'form', media: 'all' %>
-
+
<%= yield %>
diff --git a/app/views/layouts/plain.html.erb b/app/views/layouts/plain.html.erb
index 88916977..46e41c0e 100644
--- a/app/views/layouts/plain.html.erb
+++ b/app/views/layouts/plain.html.erb
@@ -12,7 +12,7 @@
<% end %>
<%= stylesheet_pack_tag 'application', media: 'all' %>
-
+
<% if flash.present? %><%= render 'shared/flash' %><% end %>
<%= yield %>