From 846d36b8d29a545e320ba504ed5a4654c7dd12df Mon Sep 17 00:00:00 2001 From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> Date: Sun, 8 Feb 2026 14:29:55 +0100 Subject: [PATCH] Remove self-closing tags for void elements --- app/views/accounts/_go_public.html.erb | 2 +- app/views/layouts/_meta.html.erb | 2 +- app/views/oauth2_applications/show.html.erb | 2 +- app/views/share_panes/show.html.erb | 6 +++--- app/views/site/copyright.html.erb | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/views/accounts/_go_public.html.erb b/app/views/accounts/_go_public.html.erb index af3667e65..51bb85234 100644 --- a/app/views/accounts/_go_public.html.erb +++ b/app/views/accounts/_go_public.html.erb @@ -1,4 +1,4 @@ -
diff --git a/app/views/layouts/_meta.html.erb b/app/views/layouts/_meta.html.erb index 2002045e6..49e6779fa 100644 --- a/app/views/layouts/_meta.html.erb +++ b/app/views/layouts/_meta.html.erb @@ -1,4 +1,4 @@ - + <% [57, 60, 72, 76, 114, 120, 144, 152, 180].each do |size| -%> <%= favicon_link_tag "apple-touch-icon-#{size}x#{size}.png", :rel => "apple-touch-icon", :sizes => "#{size}x#{size}", :type => "image/png" %> diff --git a/app/views/oauth2_applications/show.html.erb b/app/views/oauth2_applications/show.html.erb index 2c4557c1e..d0f6aa4e6 100644 --- a/app/views/oauth2_applications/show.html.erb +++ b/app/views/oauth2_applications/show.html.erb @@ -17,7 +17,7 @@
<%= secret %>
<% if Doorkeeper.config.application_secret_hashed? -%>
-