]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Adapt output file to new Cookie JS output.
authorGeorg Brandl <georg@python.org>
Mon, 27 Jun 2005 05:51:07 +0000 (05:51 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 27 Jun 2005 05:51:07 +0000 (05:51 +0000)
Lib/test/output/test_cookie

index 221c72a3e350ad4d3d80510cb7c6624f05dd4596..9f17999e6765d38b1342d84605c296cfb5836fdf 100644 (file)
@@ -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>