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

Commit eb7c4d0

Browse files
committed
closed tags in test redirect pages
1 parent b2d0237 commit eb7c4d0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/unit/navigation/push-state-disabled-base-tests.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<!-- forces the base-tests into a push state disabled run and allows for
55
the test suite runner to pick it up as a seperate test set. See test/unit/ls.php,
66
test/unit/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->
7-
<meta http-equiv="refresh" content="0; url='base-tests.html?push-state=false'">
7+
<meta http-equiv="refresh" content="0; url='base-tests.html?push-state=false'"></meta>
8+
</head>
89
<body>
910
</body>
1011
</html>

tests/unit/navigation/push-state-disabled-tests.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<!-- forces the base-tests into a push state disabled run and allows for
55
the test suite runner to pick it up as a seperate test set. See test/unit/ls.php,
66
test/unit/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->
7-
<meta http-equiv="refresh" content="0; url='./?push-state=false'">
7+
<meta http-equiv="refresh" content="0; url='./?push-state=false'"></meta>
8+
</head>
89
<body>
910
</body>
1011
</html>

0 commit comments

Comments
 (0)