From df2a6e6858c4664ec52de583c8d22a67127b6b6b Mon Sep 17 00:00:00 2001 From: Markus Kuhn Date: Fri, 5 Nov 2021 16:14:10 +0000 Subject: [PATCH] change height="38px;" to height="38" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The height and width HTML attributes “must have values that are valid non-negative integers.” Unlike the CSS attributes of the same name, they cannot have a unit suffix such as “px”. https://html.spec.whatwg.org/multipage/embedded-content-other.html#dimension-attributes Tool: perl -pi -E 's/(width|height)="(\d+)px;"/$1="$2"/' *.html */*.html ... --- components/core-elements/footer.html | 2 +- components/core-elements/global-header.html | 2 +- components/core-elements/homepage-header.html | 2 +- components/core-elements/index.html | 2 +- .../core-elements/page-types/sub-section-with-left-nav.html | 2 +- .../page-types/sub-section-without-left-nav.html | 2 +- .../page-types/sub-section-without-right-col.html | 2 +- components/core-elements/theme-1.html | 4 ++-- components/core-elements/theme-2.html | 4 ++-- components/core-elements/theme-3.html | 4 ++-- components/core-elements/theme-4.html | 4 ++-- components/core-elements/theme-5.html | 4 ++-- components/core-elements/theme-6.html | 4 ++-- components/index.html | 2 +- components/inpage-components/index.html | 2 +- index.html | 2 +- template-variants/a-z-index.html | 4 ++-- template-variants/article-page.html | 4 ++-- template-variants/event-landing.html | 4 ++-- template-variants/homepage.html | 6 +++--- template-variants/index.html | 2 +- template-variants/login-form.html | 4 ++-- template-variants/person-profile-page.html | 4 ++-- template-variants/search-results.html | 4 ++-- template-variants/section-landing-static-carousel.html | 4 ++-- template-variants/section-landing.html | 4 ++-- template-variants/sub-section-with-left-navigation.html | 4 ++-- .../sub-section-with-pic-without-right-column.html | 4 ++-- template-variants/sub-section-without-left-navigation.html | 4 ++-- template-variants/sub-section-without-right-column.html | 4 ++-- 30 files changed, 50 insertions(+), 50 deletions(-) diff --git a/components/core-elements/footer.html b/components/core-elements/footer.html index 2e8aeea..c314104 100644 --- a/components/core-elements/footer.html +++ b/components/core-elements/footer.html @@ -155,7 +155,7 @@

Address