From 0977ea1b48355bfddc98cb16673ea8b627904dab Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Wed, 29 Mar 2023 00:18:07 +0200 Subject: Demos:Tests: Avoid self-closing HTML tags Self-closing tags are reported by newer versions of the htmllint Grunt plugin. They also don't make sense in our HTML files since they are not XHTML-compliant and they run in HTML mode anyway. Ref gh-2157 --- tests/unit/checkboxradio/checkboxradio.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'tests/unit/checkboxradio') diff --git a/tests/unit/checkboxradio/checkboxradio.html b/tests/unit/checkboxradio/checkboxradio.html index 62552fefc..536d4ec55 100644 --- a/tests/unit/checkboxradio/checkboxradio.html +++ b/tests/unit/checkboxradio/checkboxradio.html @@ -43,37 +43,37 @@ - + - + - + - + - + - + - + - - + + -- cgit v1.2.3