From c2ded81959bc6d3561d90e88cddf2439636df87c Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sun, 9 Jun 2024 16:39:41 +0300 Subject: [PATCH] update hmtl lang attr --- app/views/layouts/application.html.erb | 2 +- app/views/layouts/form.html.erb | 2 +- app/views/layouts/plain.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 3428a11c..bbdd9547 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,5 +1,5 @@ - + <%= render 'layouts/head_tags' %> diff --git a/app/views/layouts/form.html.erb b/app/views/layouts/form.html.erb index 1da997d8..64b4a537 100644 --- a/app/views/layouts/form.html.erb +++ b/app/views/layouts/form.html.erb @@ -1,5 +1,5 @@ - + <%= render 'layouts/head_tags' %> diff --git a/app/views/layouts/plain.html.erb b/app/views/layouts/plain.html.erb index a0011091..2510c1dd 100644 --- a/app/views/layouts/plain.html.erb +++ b/app/views/layouts/plain.html.erb @@ -1,5 +1,5 @@ - + <%= render 'layouts/head_tags' %>