aboutsummaryrefslogtreecommitdiffstats
path: root/demos/controlgroup
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2023-03-29 00:18:07 +0200
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2023-05-10 10:53:57 +0200
commit0977ea1b48355bfddc98cb16673ea8b627904dab (patch)
treef80a53db718d477331b43156c5ea7642464e5b77 /demos/controlgroup
parentf8990e68e2d3900e7bb16926cc2d86ae97a3f0fa (diff)
downloadjquery-ui-0977ea1b48355bfddc98cb16673ea8b627904dab.tar.gz
jquery-ui-0977ea1b48355bfddc98cb16673ea8b627904dab.zip
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
Diffstat (limited to 'demos/controlgroup')
-rw-r--r--demos/controlgroup/default.html2
-rw-r--r--demos/controlgroup/splitbutton.html2
2 files changed, 2 insertions, 2 deletions
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 @@
<button>Book Now!</button>
</div>
</fieldset>
- <br/>
+ <br>
<fieldset>
<legend>Rental Car</legend>
<div class="controlgroup-vertical">
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 @@
<option>Delete</option>
</select>
</div>
- <br/>
+ <br>
<h3>Output:</h3>
<ul class="output"></ul>
</div>