Skip to content

Commit 3e6218f

Browse files
committed
Fix invalid HTML fixture
1 parent d6bb4d2 commit 3e6218f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/fixtures/head/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<!doctype html>
2-
<head><noscript>Alpha</noscript></head>
3-
<p>Bravo</p>
2+
<head><noscript><link rel=stylesheet href="nojs.css"></noscript></head>
3+
<p>Alpha</p>

test/fixtures/head/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Bravo
1+
Alpha

0 commit comments

Comments
 (0)