aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/localization.html
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/datepicker/localization.html
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/datepicker/localization.html')
-rw-r--r--demos/datepicker/localization.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/datepicker/localization.html b/demos/datepicker/localization.html
index 69835931a..5e9a6cfaf 100644
--- a/demos/datepicker/localization.html
+++ b/demos/datepicker/localization.html
@@ -17,7 +17,7 @@
</head>
<body>
-<p>Date: <input type="text" id="datepicker"/>&nbsp;
+<p>Date: <input type="text" id="datepicker">&nbsp;
<select id="locale">
<option value="ar">Arabic (&#8235;(&#1575;&#1604;&#1593;&#1585;&#1576;&#1610;&#1577;</option>
<option value="zh-TW">Chinese Traditional (&#32321;&#39636;&#20013;&#25991;)</option>