From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id C028F3858D38 for ; Fri, 14 Oct 2022 18:09:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C028F3858D38 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 697F933E53 for ; Fri, 14 Oct 2022 14:09:45 -0400 (EDT) Received: from naga (ip-109-43-49-223.web.vodafone.de [109.43.49.223]) (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 hamza.pair.com (Postfix) with ESMTPSA id ABE7B33EE5 for ; Fri, 14 Oct 2022 14:09:44 -0400 (EDT) Date: Fri, 14 Oct 2022 20:09:38 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [committed] wwwdocs: *: Omit trailing slash for CSS references MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.09 on 209.68.5.143 Message-Id: <20221014180945.697F933E53@hamza.pair.com> X-Spam-Status: No, score=-7.3 required=5.0 tests=BAYES_20,GIT_PATCH_0,KAM_DMARC_STATUS,KAM_SHORT,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: In the world of XHTML we needed to close our our references to CSS files via <... />. With HTML 5 not only is this not required any longer, it is now recommended against, so simply lose the trailing " /". Pushed. Gerald --- htdocs/about.html | 2 +- htdocs/backends.html | 2 +- htdocs/badspammer.html | 2 +- htdocs/benchmarks/index.html | 2 +- htdocs/branch-closing.html | 2 +- htdocs/branching.html | 2 +- htdocs/bugs/index.html | 2 +- htdocs/bugs/management.html | 2 +- htdocs/bugs/minimize.html | 2 +- htdocs/bugs/reghunt.html | 2 +- htdocs/bugs/segfault.html | 2 +- htdocs/buildstat.html | 2 +- htdocs/bzkanban/index.html | 2 +- htdocs/c99status.html | 2 +- htdocs/codingconventions.html | 2 +- htdocs/codingrationale.html | 2 +- htdocs/contribute.html | 2 +- htdocs/contributewhy.html | 2 +- htdocs/dco.html | 2 +- htdocs/develop.html | 2 +- htdocs/egcs-1.0/buildstat.html | 2 +- htdocs/egcs-1.0/c++features.html | 2 +- htdocs/egcs-1.0/caveats.html | 2 +- htdocs/egcs-1.0/features-2.8.html | 2 +- htdocs/egcs-1.0/features.html | 2 +- htdocs/egcs-1.0/index.html | 2 +- htdocs/egcs-1.1/buildstat.html | 2 +- htdocs/egcs-1.1/c++features.html | 2 +- htdocs/egcs-1.1/caveats.html | 2 +- htdocs/egcs-1.1/egcs-1.1-branch.html | 2 +- htdocs/egcs-1.1/egcs-1.1-test.html | 2 +- htdocs/egcs-1.1/features.html | 2 +- htdocs/egcs-1.1/index.html | 2 +- htdocs/egcs-1.1/regress.html | 2 +- htdocs/egcs-1.1/schedule.html | 2 +- htdocs/extensions.html | 2 +- htdocs/faq.html | 2 +- htdocs/fortran/contributors.html | 2 +- htdocs/fortran/index.html | 2 +- htdocs/frontends.html | 2 +- htdocs/gcc-10/buildstat.html | 2 +- htdocs/gcc-10/changes.html | 2 +- htdocs/gcc-10/criteria.html | 2 +- htdocs/gcc-10/index.html | 2 +- htdocs/gcc-10/porting_to.html | 2 +- htdocs/gcc-11/buildstat.html | 2 +- htdocs/gcc-11/changes.html | 2 +- htdocs/gcc-11/criteria.html | 2 +- htdocs/gcc-11/index.html | 2 +- htdocs/gcc-11/porting_to.html | 2 +- htdocs/gcc-12/buildstat.html | 2 +- htdocs/gcc-12/changes.html | 2 +- htdocs/gcc-12/criteria.html | 2 +- htdocs/gcc-12/index.html | 2 +- htdocs/gcc-12/porting_to.html | 2 +- htdocs/gcc-13/changes.html | 2 +- htdocs/gcc-13/criteria.html | 2 +- htdocs/gcc-13/porting_to.html | 2 +- htdocs/gcc-2.95/branch.html | 2 +- htdocs/gcc-2.95/buildstat.html | 2 +- htdocs/gcc-2.95/c++features.html | 2 +- htdocs/gcc-2.95/caveats.html | 2 +- htdocs/gcc-2.95/features.html | 2 +- htdocs/gcc-2.95/index.html | 2 +- htdocs/gcc-2.95/othertest.html | 2 +- htdocs/gcc-2.95/regress.html | 2 +- htdocs/gcc-2.95/schedule.html | 2 +- htdocs/gcc-2.95/testing.html | 2 +- htdocs/gcc-2.96.html | 2 +- htdocs/gcc-3.0/buildstat.html | 2 +- htdocs/gcc-3.0/c++features.html | 2 +- htdocs/gcc-3.0/caveats.html | 2 +- htdocs/gcc-3.0/criteria.html | 2 +- htdocs/gcc-3.0/features.html | 2 +- htdocs/gcc-3.0/index.html | 2 +- htdocs/gcc-3.0/lapack-guide.html | 2 +- htdocs/gcc-3.0/libgcc.html | 2 +- htdocs/gcc-3.0/pooma-guide.html | 2 +- htdocs/gcc-3.1/buildstat.html | 2 +- htdocs/gcc-3.1/changes.html | 2 +- htdocs/gcc-3.1/criteria.html | 2 +- htdocs/gcc-3.1/gcj-status.html | 2 +- htdocs/gcc-3.1/index.html | 2 +- htdocs/gcc-3.2/buildstat.html | 2 +- htdocs/gcc-3.2/c++-abi.html | 2 +- htdocs/gcc-3.2/changes.html | 2 +- htdocs/gcc-3.2/index.html | 2 +- htdocs/gcc-3.3/buildstat.html | 2 +- htdocs/gcc-3.3/changes.html | 2 +- htdocs/gcc-3.3/criteria.html | 2 +- htdocs/gcc-3.3/gcj-status.html | 2 +- htdocs/gcc-3.3/index.html | 2 +- htdocs/gcc-3.4/buildstat.html | 2 +- htdocs/gcc-3.4/changes.html | 2 +- htdocs/gcc-3.4/criteria.html | 2 +- htdocs/gcc-3.4/index.html | 2 +- htdocs/gcc-3.4/mips-abi.html | 2 +- htdocs/gcc-3.4/powerpc-abi.html | 2 +- htdocs/gcc-3.4/sparc-abi.html | 2 +- htdocs/gcc-4.0/buildstat.html | 2 +- htdocs/gcc-4.0/changes.html | 2 +- htdocs/gcc-4.0/criteria.html | 2 +- htdocs/gcc-4.0/index.html | 2 +- htdocs/gcc-4.1/buildstat.html | 2 +- htdocs/gcc-4.1/changes.html | 2 +- htdocs/gcc-4.1/criteria.html | 2 +- htdocs/gcc-4.1/index.html | 2 +- htdocs/gcc-4.2/buildstat.html | 2 +- htdocs/gcc-4.2/changes.html | 2 +- htdocs/gcc-4.2/criteria.html | 2 +- htdocs/gcc-4.2/index.html | 2 +- htdocs/gcc-4.3/buildstat.html | 2 +- htdocs/gcc-4.3/changes.html | 2 +- htdocs/gcc-4.3/criteria.html | 2 +- htdocs/gcc-4.3/cxx0x_status.html | 2 +- htdocs/gcc-4.3/index.html | 2 +- htdocs/gcc-4.3/porting_to.html | 2 +- htdocs/gcc-4.4/buildstat.html | 2 +- htdocs/gcc-4.4/changes.html | 2 +- htdocs/gcc-4.4/criteria.html | 2 +- htdocs/gcc-4.4/cxx0x_status.html | 2 +- htdocs/gcc-4.4/index.html | 2 +- htdocs/gcc-4.4/porting_to.html | 2 +- htdocs/gcc-4.5/buildstat.html | 2 +- htdocs/gcc-4.5/changes.html | 2 +- htdocs/gcc-4.5/criteria.html | 2 +- htdocs/gcc-4.5/cxx0x_status.html | 2 +- htdocs/gcc-4.5/index.html | 2 +- htdocs/gcc-4.6/buildstat.html | 2 +- htdocs/gcc-4.6/changes.html | 2 +- htdocs/gcc-4.6/criteria.html | 2 +- htdocs/gcc-4.6/cxx0x_status.html | 2 +- htdocs/gcc-4.6/index.html | 2 +- htdocs/gcc-4.6/porting_to.html | 2 +- htdocs/gcc-4.7/buildstat.html | 2 +- htdocs/gcc-4.7/changes.html | 2 +- htdocs/gcc-4.7/criteria.html | 2 +- htdocs/gcc-4.7/cxx0x_status.html | 2 +- htdocs/gcc-4.7/index.html | 2 +- htdocs/gcc-4.7/porting_to.html | 2 +- htdocs/gcc-4.8/buildstat.html | 2 +- htdocs/gcc-4.8/changes.html | 2 +- htdocs/gcc-4.8/criteria.html | 2 +- htdocs/gcc-4.8/cxx0x_status.html | 2 +- htdocs/gcc-4.8/index.html | 2 +- htdocs/gcc-4.8/porting_to.html | 2 +- htdocs/gcc-4.9/buildstat.html | 2 +- htdocs/gcc-4.9/changes.html | 2 +- htdocs/gcc-4.9/criteria.html | 2 +- htdocs/gcc-4.9/index.html | 2 +- htdocs/gcc-4.9/porting_to.html | 2 +- htdocs/gcc-5/buildstat.html | 2 +- htdocs/gcc-5/changes.html | 2 +- htdocs/gcc-5/criteria.html | 2 +- htdocs/gcc-5/index.html | 2 +- htdocs/gcc-5/porting_to.html | 2 +- htdocs/gcc-6/buildstat.html | 2 +- htdocs/gcc-6/changes.html | 2 +- htdocs/gcc-6/criteria.html | 2 +- htdocs/gcc-6/index.html | 2 +- htdocs/gcc-6/porting_to.html | 2 +- htdocs/gcc-7/buildstat.html | 2 +- htdocs/gcc-7/changes.html | 2 +- htdocs/gcc-7/criteria.html | 2 +- htdocs/gcc-7/index.html | 2 +- htdocs/gcc-7/porting_to.html | 2 +- htdocs/gcc-8/buildstat.html | 2 +- htdocs/gcc-8/changes.html | 2 +- htdocs/gcc-8/criteria.html | 2 +- htdocs/gcc-8/index.html | 2 +- htdocs/gcc-8/porting_to.html | 2 +- htdocs/gcc-9/buildstat.html | 2 +- htdocs/gcc-9/changes.html | 2 +- htdocs/gcc-9/criteria.html | 2 +- htdocs/gcc-9/index.html | 2 +- htdocs/gcc-9/porting_to.html | 2 +- htdocs/gccmission.html | 2 +- htdocs/git.html | 2 +- htdocs/gitwrite.html | 2 +- htdocs/index.html | 2 +- htdocs/lists.html | 2 +- htdocs/mirrors.html | 2 +- htdocs/news.html | 2 +- htdocs/news/alias.html | 2 +- htdocs/news/announcement.html | 2 +- htdocs/news/cfg.html | 2 +- htdocs/news/chill.html | 2 +- htdocs/news/cprop.html | 2 +- htdocs/news/dependencies.html | 2 +- htdocs/news/dfa.html | 2 +- htdocs/news/dse.html | 2 +- htdocs/news/egcs-vcg.html | 2 +- htdocs/news/gcse.html | 2 +- htdocs/news/hoist.html | 2 +- htdocs/news/ia32.html | 2 +- htdocs/news/inlining.html | 2 +- htdocs/news/javaannounce.html | 2 +- htdocs/news/lcm.html | 2 +- htdocs/news/null.html | 2 +- htdocs/news/profiledriven.html | 2 +- htdocs/news/reorder.html | 2 +- htdocs/news/server.html | 2 +- htdocs/news/sms.html | 2 +- htdocs/news/sparc.html | 2 +- htdocs/news/spill.html | 2 +- htdocs/news/ssa-ccp.html | 2 +- htdocs/news/ssa.html | 2 +- htdocs/news/unify.html | 2 +- htdocs/onlinedocs/10.1.0/index.html | 2 +- htdocs/onlinedocs/10.2.0/index.html | 2 +- htdocs/onlinedocs/10.3.0/index.html | 2 +- htdocs/onlinedocs/10.4.0/index.html | 2 +- htdocs/onlinedocs/11.1.0/index.html | 2 +- htdocs/onlinedocs/11.2.0/index.html | 2 +- htdocs/onlinedocs/11.3.0/index.html | 2 +- htdocs/onlinedocs/12.1.0/index.html | 2 +- htdocs/onlinedocs/12.2.0/index.html | 2 +- htdocs/onlinedocs/4.6.0/index.html | 2 +- htdocs/onlinedocs/4.6.1/index.html | 2 +- htdocs/onlinedocs/4.6.2/index.html | 2 +- htdocs/onlinedocs/4.6.3/index.html | 2 +- htdocs/onlinedocs/4.6.4/index.html | 2 +- htdocs/onlinedocs/4.7.0/index.html | 2 +- htdocs/onlinedocs/4.7.1/index.html | 2 +- htdocs/onlinedocs/4.7.2/index.html | 2 +- htdocs/onlinedocs/4.7.3/index.html | 2 +- htdocs/onlinedocs/4.7.4/index.html | 2 +- htdocs/onlinedocs/4.8.0/index.html | 2 +- htdocs/onlinedocs/4.8.1/index.html | 2 +- htdocs/onlinedocs/4.8.2/index.html | 2 +- htdocs/onlinedocs/4.8.3/index.html | 2 +- htdocs/onlinedocs/4.8.4/index.html | 2 +- htdocs/onlinedocs/4.8.5/index.html | 2 +- htdocs/onlinedocs/4.9.0/index.html | 2 +- htdocs/onlinedocs/4.9.1/index.html | 2 +- htdocs/onlinedocs/4.9.2/index.html | 2 +- htdocs/onlinedocs/4.9.3/index.html | 2 +- htdocs/onlinedocs/4.9.4/index.html | 2 +- htdocs/onlinedocs/5.1.0/index.html | 2 +- htdocs/onlinedocs/5.2.0/index.html | 2 +- htdocs/onlinedocs/5.3.0/index.html | 2 +- htdocs/onlinedocs/5.4.0/index.html | 2 +- htdocs/onlinedocs/5.5.0/index.html | 2 +- htdocs/onlinedocs/6.1.0/index.html | 2 +- htdocs/onlinedocs/6.2.0/index.html | 2 +- htdocs/onlinedocs/6.3.0/index.html | 2 +- htdocs/onlinedocs/6.4.0/index.html | 2 +- htdocs/onlinedocs/6.5.0/index.html | 2 +- htdocs/onlinedocs/7.1.0/index.html | 2 +- htdocs/onlinedocs/7.2.0/index.html | 2 +- htdocs/onlinedocs/7.3.0/index.html | 2 +- htdocs/onlinedocs/7.4.0/index.html | 2 +- htdocs/onlinedocs/7.5.0/index.html | 2 +- htdocs/onlinedocs/8.1.0/index.html | 2 +- htdocs/onlinedocs/8.2.0/index.html | 2 +- htdocs/onlinedocs/8.3.0/index.html | 2 +- htdocs/onlinedocs/8.4.0/index.html | 2 +- htdocs/onlinedocs/8.5.0/index.html | 2 +- htdocs/onlinedocs/9.1.0/index.html | 2 +- htdocs/onlinedocs/9.2.0/index.html | 2 +- htdocs/onlinedocs/9.3.0/index.html | 2 +- htdocs/onlinedocs/9.4.0/index.html | 2 +- htdocs/onlinedocs/9.5.0/index.html | 2 +- htdocs/onlinedocs/index.html | 2 +- htdocs/projects/ast-optimizer.html | 2 +- htdocs/projects/beginner.html | 2 +- htdocs/projects/bp/main.html | 2 +- htdocs/projects/c-frontend.html | 2 +- htdocs/projects/cfg.html | 2 +- htdocs/projects/cfo.html | 2 +- htdocs/projects/cli.html | 2 +- htdocs/projects/cpplib.html | 2 +- htdocs/projects/cxx-dr-status.html | 2 +- htdocs/projects/cxx-reflection/index.html | 2 +- htdocs/projects/cxx-status.html | 2 +- htdocs/projects/cxx0x.html | 2 +- htdocs/projects/cxx1y.html | 2 +- htdocs/projects/documentation.html | 2 +- htdocs/projects/gomp/index.html | 2 +- htdocs/projects/gupc.html | 2 +- htdocs/projects/h8300-abi.html | 2 +- htdocs/projects/ia64.html | 2 +- htdocs/projects/index.html | 2 +- htdocs/projects/mipso64-abi.html | 2 +- htdocs/projects/optimize.html | 2 +- htdocs/projects/prefetch.html | 2 +- htdocs/projects/sched-treegion.html | 2 +- htdocs/projects/strees/index.html | 2 +- htdocs/projects/tree-profiling.html | 2 +- htdocs/projects/tree-ssa/index.html | 2 +- htdocs/projects/tree-ssa/lno.html | 2 +- htdocs/projects/tree-ssa/tree-browser.html | 2 +- htdocs/projects/tree-ssa/vectorization.html | 2 +- htdocs/projects/x86.html | 2 +- htdocs/readings.html | 2 +- htdocs/releases.html | 2 +- htdocs/releasing.html | 2 +- htdocs/rsync.html | 2 +- htdocs/search.html | 2 +- htdocs/simtest-howto.html | 2 +- htdocs/snapshots.html | 2 +- htdocs/spam.html | 2 +- htdocs/steering.html | 2 +- htdocs/testing/index.html | 2 +- htdocs/testing/testing-blitz.html | 2 +- htdocs/testing/testing-boost.html | 2 +- htdocs/testing/testing-ftensor.html | 2 +- htdocs/testing/testing-lapack.html | 2 +- htdocs/testing/testing-pooma.html | 2 +- htdocs/testing/testing-qt.html | 2 +- htdocs/translation.html | 2 +- 311 files changed, 311 insertions(+), 311 deletions(-) diff --git a/htdocs/about.html b/htdocs/about.html index 011f7ab5..faf1252e 100644 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -4,7 +4,7 @@ GCC: About - + diff --git a/htdocs/backends.html b/htdocs/backends.html index f80378b9..361c4b49 100644 --- a/htdocs/backends.html +++ b/htdocs/backends.html @@ -4,7 +4,7 @@ Status of Supported Architectures from Maintainers' Point of View - + diff --git a/htdocs/badspammer.html b/htdocs/badspammer.html index e2016373..beb8971b 100644 --- a/htdocs/badspammer.html +++ b/htdocs/badspammer.html @@ -4,7 +4,7 @@ GCC - + diff --git a/htdocs/benchmarks/index.html b/htdocs/benchmarks/index.html index 555d2906..6973dffc 100644 --- a/htdocs/benchmarks/index.html +++ b/htdocs/benchmarks/index.html @@ -3,7 +3,7 @@ Benchmarking GCC - + diff --git a/htdocs/branch-closing.html b/htdocs/branch-closing.html index c36ad1ab..87634469 100644 --- a/htdocs/branch-closing.html +++ b/htdocs/branch-closing.html @@ -4,7 +4,7 @@ Closing a GCC Release Branch - + diff --git a/htdocs/branching.html b/htdocs/branching.html index d3d26ff9..08654534 100644 --- a/htdocs/branching.html +++ b/htdocs/branching.html @@ -4,7 +4,7 @@ Branching for a GCC Release - + diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html index 99a1ddb1..c6e01827 100644 --- a/htdocs/bugs/index.html +++ b/htdocs/bugs/index.html @@ -4,7 +4,7 @@ GCC Bugs - + diff --git a/htdocs/bugs/management.html b/htdocs/bugs/management.html index 97ef8299..326ed5a2 100644 --- a/htdocs/bugs/management.html +++ b/htdocs/bugs/management.html @@ -4,7 +4,7 @@ Managing Bugs (Bugzilla and the Testsuite) - + diff --git a/htdocs/bugs/minimize.html b/htdocs/bugs/minimize.html index 4503b73f..5a61140f 100644 --- a/htdocs/bugs/minimize.html +++ b/htdocs/bugs/minimize.html @@ -4,7 +4,7 @@ How to Minimize Test Cases for Bugs - + diff --git a/htdocs/bugs/reghunt.html b/htdocs/bugs/reghunt.html index c6571be5..e1bc39a3 100644 --- a/htdocs/bugs/reghunt.html +++ b/htdocs/bugs/reghunt.html @@ -4,7 +4,7 @@ How to Locate GCC Regressions - + diff --git a/htdocs/bugs/segfault.html b/htdocs/bugs/segfault.html index 66543dc8..f9cb65eb 100644 --- a/htdocs/bugs/segfault.html +++ b/htdocs/bugs/segfault.html @@ -4,7 +4,7 @@ How to debug a GCC segmentation fault - + diff --git a/htdocs/buildstat.html b/htdocs/buildstat.html index 5cda42b2..11a8ba2d 100644 --- a/htdocs/buildstat.html +++ b/htdocs/buildstat.html @@ -4,7 +4,7 @@ Build status for GCC - + diff --git a/htdocs/bzkanban/index.html b/htdocs/bzkanban/index.html index 009ea354..965c9a79 100644 --- a/htdocs/bzkanban/index.html +++ b/htdocs/bzkanban/index.html @@ -4,7 +4,7 @@ Bz Kanban Board - +