From 6fb502aff437c67155fc861fa3d6110c5be51670 Mon Sep 17 00:00:00 2001 From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:58:15 +0000 Subject: [PATCH] Use double quotes for HTML atttribute values --- .herb.yml | 2 - app/views/accounts/terms/show.html.erb | 2 +- app/views/browse/_tag.html.erb | 4 +- app/views/browse/_tag_details.html.erb | 4 +- .../changeset_subscriptions/_heading.html.erb | 4 +- app/views/changesets/show.html.erb | 6 +-- app/views/confirmations/confirm.html.erb | 4 +- app/views/dashboards/_contact.html.erb | 6 +-- app/views/dashboards/show.html.erb | 4 +- app/views/diary_entries/_diary_entry.html.erb | 4 +- .../_diary_entry_heading.html.erb | 4 +- app/views/directions/show.html.erb | 2 +- app/views/elements/show.html.erb | 2 +- app/views/layouts/_header.html.erb | 20 +++++----- app/views/messages/show.html.erb | 2 +- app/views/notes/show.html.erb | 4 +- app/views/old_elements/_actions.html.erb | 2 +- app/views/old_elements/index.html.erb | 2 +- app/views/searches/queries/create.html.erb | 2 +- app/views/site/_any_questions.html.erb | 2 +- app/views/site/about.html.erb | 12 +++--- app/views/site/export.html.erb | 6 +-- app/views/site/fixthemap.html.erb | 12 +++--- app/views/site/help.html.erb | 12 +++--- app/views/site/id.html.erb | 2 +- app/views/site/welcome.html.erb | 22 +++++------ app/views/users/show.html.erb | 38 +++++++++---------- 27 files changed, 92 insertions(+), 94 deletions(-) diff --git a/.herb.yml b/.herb.yml index cec6f1173..5bf06ca3f 100644 --- a/.herb.yml +++ b/.herb.yml @@ -2,7 +2,5 @@ version: 0.8.9 linter: rules: - html-attribute-double-quotes: - enabled: false html-anchor-require-href: enabled: false diff --git a/app/views/accounts/terms/show.html.erb b/app/views/accounts/terms/show.html.erb index 29860535b..44ca46b14 100644 --- a/app/views/accounts/terms/show.html.erb +++ b/app/views/accounts/terms/show.html.erb @@ -4,7 +4,7 @@ <% content_for :heading_class, "pb-0" %> <% content_for :heading do %> -
+
<%= t ".if_need_resend" %>
<%= bootstrap_form_tag :url => url_for(:action => "confirm_resend") do |f| %> diff --git a/app/views/dashboards/_contact.html.erb b/app/views/dashboards/_contact.html.erb index 302e29f9d..f4cf79716 100644 --- a/app/views/dashboards/_contact.html.erb +++ b/app/views/dashboards/_contact.html.erb @@ -9,7 +9,7 @@ <%= user_thumbnail contact %>+
<%= link_to contact.display_name, contact %> <% if current_user.home_location? and contact.home_location? %> <% distance = current_user.distance(contact) %> @@ -31,8 +31,8 @@ <% end %>
-