Skip to content

Commit 56a6fd2

Browse files
committed
Remove space.
1 parent 8c1b31c commit 56a6fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cookie.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<body>
66
Loading...
77
<script>
8-
document.body.innerHTML = 'Cookies: ' + document.cookie;
8+
document.body.innerHTML = 'Cookies:' + document.cookie;
99
</script>
1010
</body>
1111
</html>

0 commit comments

Comments
 (0)