Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit a99f401

Browse files
apsdehalarschmitz
authored andcommitted
Init: html lint free tests
1 parent dcfb465 commit a99f401

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/unit/init/dialog-load-tests.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<script src="../../../external/requirejs/require.js"></script>
88

9-
<link rel="stylesheet"href="../../../css/themes/default/jquery.mobile.css"/>
9+
<link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css"/>
1010
<link rel="stylesheet" href="../../../external/qunit/qunit.css"/>
1111
<link rel="stylesheet" href="../../jqm-tests.css"/>
1212

@@ -15,7 +15,7 @@
1515
data-full="true"
1616
data-set-ns="true"
1717
data-init="true"
18-
data-modules="init_dialog"/>
18+
data-modules="init_dialog">
1919
</script>
2020
</head>
2121
<body>
@@ -24,7 +24,7 @@
2424

2525
<div data-nstest-role="dialog" id="foo">
2626
<label for="select-choice-0" class="select">Shipping method:</label>
27-
<select name="select-choice-0" id="select-choice-1">
27+
<select name="select-choice-0" id="select-choice-0">
2828
<option value="standard">Standard: 7 day</option>
2929
<option value="rush">Rush: 3 days</option>
3030
<option value="express">Express: next day</option>

0 commit comments

Comments
 (0)