| Index: LayoutTests/http/tests/inspector/resources/post-target.cgi
|
| diff --git a/LayoutTests/http/tests/inspector/resources/post-target.cgi b/LayoutTests/http/tests/inspector/resources/post-target.cgi
|
| index 6b965b62b81c2747e2009119c2a2b527bb2e1e12..de5197e786b2c2be7399b1d8692e722e244dbaf1 100755
|
| --- a/LayoutTests/http/tests/inspector/resources/post-target.cgi
|
| +++ b/LayoutTests/http/tests/inspector/resources/post-target.cgi
|
| @@ -1,4 +1,4 @@
|
| -#!/usr/bin/perl -wT
|
| -
|
| -print "Content-Type: application/xml\n\n";
|
| -print "<xml>42</xml>\n";
|
| +#!/usr/bin/perl -wT
|
| +
|
| +print "Content-Type: application/xml\n\n";
|
| +print "<xml>42</xml>\n";
|
|
|