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 --- demos/controlgroup/default.html | 2 +- demos/controlgroup/splitbutton.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/controlgroup') diff --git a/demos/controlgroup/default.html b/demos/controlgroup/default.html index 12e1a9af1..71418302a 100644 --- a/demos/controlgroup/default.html +++ b/demos/controlgroup/default.html @@ -54,7 +54,7 @@ -
+
Rental Car
diff --git a/demos/controlgroup/splitbutton.html b/demos/controlgroup/splitbutton.html index 27f949816..ea3a95e02 100644 --- a/demos/controlgroup/splitbutton.html +++ b/demos/controlgroup/splitbutton.html @@ -37,7 +37,7 @@
-
+

Output:

-- cgit v1.2.3