diff options
Diffstat (limited to 'Lib/test/output/test_cookie')
-rw-r--r-- | Lib/test/output/test_cookie | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/test/output/test_cookie b/Lib/test/output/test_cookie index 221c72a..9f17999 100644 --- a/Lib/test/output/test_cookie +++ b/Lib/test/output/test_cookie @@ -16,16 +16,16 @@ Set-Cookie: keebler=E=mc2; Set-Cookie: keebler=E=mc2; Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme; - <SCRIPT LANGUAGE="JavaScript"> + <script type="text/javascript"> <!-- begin hiding - document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme; Version=1;" + document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme; Version=1;"; // end hiding --> </script> - <SCRIPT LANGUAGE="JavaScript"> + <script type="text/javascript"> <!-- begin hiding - document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme;" + document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme;"; // end hiding --> </script> |