Index: LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl |
diff --git a/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl b/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl |
index 832046fc73284f540c07d356f494004e5531cece..c4c2e43bab6148277e352b8df32aae8d29fa804c 100755 |
--- a/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl |
+++ b/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl |
@@ -6,7 +6,7 @@ my $cgi = new CGI; |
# Passing semicolons through the url to this script is problematic. The raw |
# form truncates the input and the %-encoded form isn't being decoded. Hence |
-# this set of hard-coded headers. |
+# this set of hard-coded headers. |
if ($cgi->param('disable-protection')) { |
print "X-XSS-Protection: 0\n"; |
} |