Skip to content

Commit 11cd2b4

Browse files
committed
Fix boolean attributes following non-boolean ones
1 parent 65ad81f commit 11cd2b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ function build(input) {
177177
// <a disabled>
178178
if (inTag) {
179179
commit();
180+
mode = MODE_WHITESPACE;
180181
continue;
181182
}
182183
}

0 commit comments

Comments
 (0)