From afbae1791c1448d08bba2ec022febadaa7a1ce8a Mon Sep 17 00:00:00 2001 From: Nick Radford Date: Fri, 12 Dec 2025 15:10:04 -0800 Subject: [PATCH] remove extra " from HttpError user-agent notice --- docs/error/HttpError.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/error/HttpError.html b/docs/error/HttpError.html index 6d709188..5f65f1fd 100644 --- a/docs/error/HttpError.html +++ b/docs/error/HttpError.html @@ -31,7 +31,7 @@

Explanation

the server don't allow us to fetch that file. The error shows the message that the server sent, which may help.

-

If the error is "403 Forbidden" and your Web site uses a Web App Firewall, you may need to allow-list the feedvalidator User-Agent: FeedValidator/1.3".

+

If the error is "403 Forbidden" and your Web site uses a Web App Firewall, you may need to allow-list the feedvalidator User-Agent: FeedValidator/1.3.

Solution