We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1b31c commit 56a6fd2Copy full SHA for 56a6fd2
test/cookie.html
@@ -5,7 +5,7 @@
5
<body>
6
Loading...
7
<script>
8
- document.body.innerHTML = 'Cookies: ' + document.cookie;
+ document.body.innerHTML = 'Cookies:' + document.cookie;
9
</script>
10
</body>
11
</html>
0 commit comments