From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cc-smtpout3.netcologne.de (cc-smtpout3.netcologne.de [IPv6:2001:4dd0:100:1062:25:2:0:3]) by sourceware.org (Postfix) with ESMTPS id B6BEA3858C60 for ; Mon, 13 Sep 2021 12:52:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B6BEA3858C60 Received: from cc-smtpin2.netcologne.de (cc-smtpin2.netcologne.de [89.1.8.202]) by cc-smtpout3.netcologne.de (Postfix) with ESMTP id 7C730123CE for ; Mon, 13 Sep 2021 14:52:39 +0200 (CEST) Received: from [IPv6:2001:4dd7:c002:0:7285:c2ff:fe6c:992d] (2001-4dd7-c002-0-7285-c2ff-fe6c-992d.ipv6dyn.netcologne.de [IPv6:2001:4dd7:c002:0:7285:c2ff:fe6c:992d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by cc-smtpin2.netcologne.de (Postfix) with ESMTPSA id 51E0811E0C for ; Mon, 13 Sep 2021 14:52:39 +0200 (CEST) To: gcc mailing list From: Thomas Koenig Subject: Error when accessing git read-only archive Message-ID: <8fe140f6-804b-0180-e4d3-5293ee11905c@netcologne.de> Date: Mon, 13 Sep 2021 14:52:38 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-NetCologne-Spam: L X-Rspamd-Queue-Id: 51E0811E0C X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2021 12:52:43 -0000 Hi, I just got an error when accessing the gcc git pages at https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git , it is: This page contains the following errors: error on line 91 at column 6: XML declaration allowed only at the start of the document Below is a rendering of the page up to the first error. Just to let you know (and it would be nice if this could be fixed :-) Best regards Thomas