From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 4468A382C171; Wed, 26 Oct 2022 21:59:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4468A382C171 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666821566; bh=A64APOZ6plwheBhv14UyHDQyzOpJja+69wRn6/zk7Y8=; h=To:Subject:Date:From:From; b=MrkkK+ocfsH4aat428qyubNKv8sp0DL4oJhgLSGdE2DOgvKyqOnRzsxbvJ+rfe99n e+YIs6f19kU4J7lJOid6dWJ35A23E8o1+RLPoNiRjwe5mIMyMINclXQHsLM7hGNaEr c3nti0MF3MQu7Bj8rl098h3oCQOAALAoEEr9l1Uk= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 11fc8d5fbfa0ebf84b036f56c5170444d803db69 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0ee90c1a9c4f131e37aedd6b232cbf1f3f042da4 X-Git-Newrev: 11fc8d5fbfa0ebf84b036f56c5170444d803db69 Message-Id: <20221026215926.4468A382C171@sourceware.org> Date: Wed, 26 Oct 2022 21:59:19 +0000 (GMT) From: Gerald Pfeifer List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 11fc8d5fbfa0ebf84b036f56c5170444d803db69 (commit) from 0ee90c1a9c4f131e37aedd6b232cbf1f3f042da4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 11fc8d5fbfa0ebf84b036f56c5170444d803db69 Author: Gerald Pfeifer Date: Wed Oct 26 23:55:47 2022 +0200 style: Remove link to validator.w3.org in footer This used to be a nice feature, where following that link "hidden" in a full stop would validate the respective page. Alas due to abuse by marketing tools and increased focus on privacy current browers do not provide so called referer information anymore, breaking this use case. diff --git a/htdocs/style.mhtml b/htdocs/style.mhtml index 98641c25..8afaa1e1 100644 --- a/htdocs/style.mhtml +++ b/htdocs/style.mhtml @@ -166,8 +166,7 @@ permitted in any medium, provided this notice is preserved.

These pages are maintained by the GCC team. -Last modified .

+Last modified .

----------------------------------------------------------------------- Summary of changes: htdocs/style.mhtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs