Kaydet (Commit) 22bfdab6 authored tarafından Georg Brandl's avatar Georg Brandl

Adapt output file to new Cookie JS output.

üst ecf93c76
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment