Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
1 <!DOCTYPE html>
2 <html>
3 <head>
5 <meta http-equiv="refresh" content="0">
7 <script language="javascript">
9 location.hash += "+++";
11 function done()
12 {
13 parent.document.documentElement.removeAttribute("class");
14 }
16 </script>
17 </head>
18 <body onload="setTimeout(done, 10)">
20 </body>
21 </html>