public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
From: Gerald Pfeifer <gerald@sourceware.org>
To: gcc-cvs-wwwdocs@gcc.gnu.org
Subject: gcc-wwwdocs branch master updated. 91315916d177e42c5888c5d30491ab6d6041b1a4
Date: Fri, 14 Oct 2022 18:08:15 +0000 (GMT)	[thread overview]
Message-ID: <20221014180823.1476D3858D38@sourceware.org> (raw)

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  91315916d177e42c5888c5d30491ab6d6041b1a4 (commit)
      from  68c7552f2df1286e31214b962a425d0eb0962060 (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 91315916d177e42c5888c5d30491ab6d6041b1a4
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Fri Oct 14 20:03:37 2022 +0200

    *: Omit trailing slash for CSS references
    
    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 " /".

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 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC: About</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
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 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Status of Supported Architectures from Maintainers' Point of View</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
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 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
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 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Benchmarking GCC</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
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 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Closing a GCC Release Branch</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
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 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Branching for a GCC Release</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
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 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Bugs</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
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 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Managing Bugs (Bugzilla and the Testsuite)</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
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 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>How to Minimize Test Cases for Bugs</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
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 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>How to Locate GCC Regressions</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
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 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>How to debug a GCC segmentation fault</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
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 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
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 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Bz Kanban Board</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
 
         <style>
diff --git a/htdocs/c99status.html b/htdocs/c99status.html
index 036db53e..615394f4 100644
--- a/htdocs/c99status.html
+++ b/htdocs/c99status.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Status of C99 features in GCC</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html
index e4d30510..b14abd78 100644
--- a/htdocs/codingconventions.html
+++ b/htdocs/codingconventions.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Coding Conventions</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/codingrationale.html b/htdocs/codingrationale.html
index 0b44f1da..900f6c53 100644
--- a/htdocs/codingrationale.html
+++ b/htdocs/codingrationale.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Coding Conventions Rationale and Discussion</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/contribute.html b/htdocs/contribute.html
index 6e72e96f..6796f708 100644
--- a/htdocs/contribute.html
+++ b/htdocs/contribute.html
@@ -7,7 +7,7 @@
 <meta name="keywords"
       content="GCC, standards, copyright, patches, contributing" />
 <title>Contributing to GCC</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/contributewhy.html b/htdocs/contributewhy.html
index ce8d20f2..9ce12070 100644
--- a/htdocs/contributewhy.html
+++ b/htdocs/contributewhy.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Extending and Contributing to GCC</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/dco.html b/htdocs/dco.html
index 52f7607a..68fa183b 100644
--- a/htdocs/dco.html
+++ b/htdocs/dco.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Contributing to GCC: DCO Sign-off</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/develop.html b/htdocs/develop.html
index d1a4d7c3..1919dd01 100644
--- a/htdocs/develop.html
+++ b/htdocs/develop.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Development Plan</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/egcs-1.0/buildstat.html b/htdocs/egcs-1.0/buildstat.html
index da2a391f..ceead4ad 100644
--- a/htdocs/egcs-1.0/buildstat.html
+++ b/htdocs/egcs-1.0/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build and Test status for EGCS 1.0</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/egcs-1.0/c++features.html b/htdocs/egcs-1.0/c++features.html
index 8c7b1741..217022d2 100644
--- a/htdocs/egcs-1.0/c++features.html
+++ b/htdocs/egcs-1.0/c++features.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.0 C++ Features</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 <body>
 <h1>EGCS 1.0 C++ Features</h1>
diff --git a/htdocs/egcs-1.0/caveats.html b/htdocs/egcs-1.0/caveats.html
index a93d5e37..4142e2f0 100644
--- a/htdocs/egcs-1.0/caveats.html
+++ b/htdocs/egcs-1.0/caveats.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.0 Caveats</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 <body>
 <h1>EGCS 1.0 Caveats</h1>
diff --git a/htdocs/egcs-1.0/features-2.8.html b/htdocs/egcs-1.0/features-2.8.html
index 5d7f32e0..74c67ae9 100644
--- a/htdocs/egcs-1.0/features-2.8.html
+++ b/htdocs/egcs-1.0/features-2.8.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.8 features in egcs</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 <body>
 <h1>GCC 2.8 features in egcs</h1>
diff --git a/htdocs/egcs-1.0/features.html b/htdocs/egcs-1.0/features.html
index 42f3fae9..e1765723 100644
--- a/htdocs/egcs-1.0/features.html
+++ b/htdocs/egcs-1.0/features.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.0 Features</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 <body>
 <h1>EGCS 1.0 features</h1>
diff --git a/htdocs/egcs-1.0/index.html b/htdocs/egcs-1.0/index.html
index 91567be3..f1109739 100644
--- a/htdocs/egcs-1.0/index.html
+++ b/htdocs/egcs-1.0/index.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.0</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 <body>
 <h1>EGCS 1.0</h1>
diff --git a/htdocs/egcs-1.1/buildstat.html b/htdocs/egcs-1.1/buildstat.html
index 6844d39c..5c6218ec 100644
--- a/htdocs/egcs-1.1/buildstat.html
+++ b/htdocs/egcs-1.1/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build and Test status for EGCS 1.1</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/egcs-1.1/c++features.html b/htdocs/egcs-1.1/c++features.html
index 963ffe4a..a99a0199 100644
--- a/htdocs/egcs-1.1/c++features.html
+++ b/htdocs/egcs-1.1/c++features.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.1 C++ Features</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/egcs-1.1/caveats.html b/htdocs/egcs-1.1/caveats.html
index 9d4b970d..ca1004ac 100644
--- a/htdocs/egcs-1.1/caveats.html
+++ b/htdocs/egcs-1.1/caveats.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.1 Caveats</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 <body>
 <h1>EGCS 1.1 Caveats</h1>
diff --git a/htdocs/egcs-1.1/egcs-1.1-branch.html b/htdocs/egcs-1.1/egcs-1.1-branch.html
index 8da07327..85df32eb 100644
--- a/htdocs/egcs-1.1/egcs-1.1-branch.html
+++ b/htdocs/egcs-1.1/egcs-1.1-branch.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.1 branch</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/egcs-1.1/egcs-1.1-test.html b/htdocs/egcs-1.1/egcs-1.1-test.html
index 44323df3..36eff1a5 100644
--- a/htdocs/egcs-1.1/egcs-1.1-test.html
+++ b/htdocs/egcs-1.1/egcs-1.1-test.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.1 test strategy</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 <body>
 <h1>EGCS 1.1 test strategy</h1>
diff --git a/htdocs/egcs-1.1/features.html b/htdocs/egcs-1.1/features.html
index eadabea2..b72445a7 100644
--- a/htdocs/egcs-1.1/features.html
+++ b/htdocs/egcs-1.1/features.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.1 New Features</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/egcs-1.1/index.html b/htdocs/egcs-1.1/index.html
index 33cc8d59..590fb2a3 100644
--- a/htdocs/egcs-1.1/index.html
+++ b/htdocs/egcs-1.1/index.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.1</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 <body>
 
diff --git a/htdocs/egcs-1.1/regress.html b/htdocs/egcs-1.1/regress.html
index 144ad3a6..5ab6fe7c 100644
--- a/htdocs/egcs-1.1/regress.html
+++ b/htdocs/egcs-1.1/regress.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.1 regression test strategy</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/egcs-1.1/schedule.html b/htdocs/egcs-1.1/schedule.html
index ccf3e945..507e0654 100644
--- a/htdocs/egcs-1.1/schedule.html
+++ b/htdocs/egcs-1.1/schedule.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>EGCS 1.1</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/extensions.html b/htdocs/extensions.html
index 2e929a5b..a863c4ad 100644
--- a/htdocs/extensions.html
+++ b/htdocs/extensions.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC extensions</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/faq.html b/htdocs/faq.html
index 002a1f9a..69e938e5 100644
--- a/htdocs/faq.html
+++ b/htdocs/faq.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Frequently Asked Questions</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/fortran/contributors.html b/htdocs/fortran/contributors.html
index 21341e53..331c26fc 100644
--- a/htdocs/fortran/contributors.html
+++ b/htdocs/fortran/contributors.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Contributors to GNU Fortran</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 <body>
 <h1>Contributors to GNU Fortran</h1>
diff --git a/htdocs/fortran/index.html b/htdocs/fortran/index.html
index 1984a297..edcc6df2 100644
--- a/htdocs/fortran/index.html
+++ b/htdocs/fortran/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GNU Fortran</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/frontends.html b/htdocs/frontends.html
index 3aa06bbb..8f156e96 100644
--- a/htdocs/frontends.html
+++ b/htdocs/frontends.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Front Ends</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-10/buildstat.html b/htdocs/gcc-10/buildstat.html
index 6f4ef936..5d18742e 100644
--- a/htdocs/gcc-10/buildstat.html
+++ b/htdocs/gcc-10/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 10</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index bd6cdc7c..2d3c1004 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 10 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to contribute/update
diff --git a/htdocs/gcc-10/criteria.html b/htdocs/gcc-10/criteria.html
index 10144710..4bb2c668 100644
--- a/htdocs/gcc-10/criteria.html
+++ b/htdocs/gcc-10/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 10 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-10/index.html b/htdocs/gcc-10/index.html
index 8e3cd497..e231a52e 100644
--- a/htdocs/gcc-10/index.html
+++ b/htdocs/gcc-10/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 10 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-10/porting_to.html b/htdocs/gcc-10/porting_to.html
index 9574aacc..cfac607c 100644
--- a/htdocs/gcc-10/porting_to.html
+++ b/htdocs/gcc-10/porting_to.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 10</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-11/buildstat.html b/htdocs/gcc-11/buildstat.html
index 771c64bb..c86238c6 100644
--- a/htdocs/gcc-11/buildstat.html
+++ b/htdocs/gcc-11/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 11</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index 5f7e8481..c53765bf 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 11 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to contribute/update
diff --git a/htdocs/gcc-11/criteria.html b/htdocs/gcc-11/criteria.html
index adf566e1..f0b75ba3 100644
--- a/htdocs/gcc-11/criteria.html
+++ b/htdocs/gcc-11/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 11 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-11/index.html b/htdocs/gcc-11/index.html
index c2cc5d5f..8e09a3c3 100644
--- a/htdocs/gcc-11/index.html
+++ b/htdocs/gcc-11/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 11 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-11/porting_to.html b/htdocs/gcc-11/porting_to.html
index 1d15570e..802fb367 100644
--- a/htdocs/gcc-11/porting_to.html
+++ b/htdocs/gcc-11/porting_to.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 11</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-12/buildstat.html b/htdocs/gcc-12/buildstat.html
index f24909a8..e066026f 100644
--- a/htdocs/gcc-12/buildstat.html
+++ b/htdocs/gcc-12/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 12</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 2cb5a654..5d8cf212 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 12 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to contribute/update
diff --git a/htdocs/gcc-12/criteria.html b/htdocs/gcc-12/criteria.html
index f407d909..d99858da 100644
--- a/htdocs/gcc-12/criteria.html
+++ b/htdocs/gcc-12/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 12 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-12/index.html b/htdocs/gcc-12/index.html
index 8b57611c..1d886a1b 100644
--- a/htdocs/gcc-12/index.html
+++ b/htdocs/gcc-12/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 12 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-12/porting_to.html b/htdocs/gcc-12/porting_to.html
index 3badb0cc..c5001ec2 100644
--- a/htdocs/gcc-12/porting_to.html
+++ b/htdocs/gcc-12/porting_to.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 12</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 622f7724..0f251387 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 13 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to contribute/update
diff --git a/htdocs/gcc-13/criteria.html b/htdocs/gcc-13/criteria.html
index 43492663..b6d24724 100644
--- a/htdocs/gcc-13/criteria.html
+++ b/htdocs/gcc-13/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 13 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-13/porting_to.html b/htdocs/gcc-13/porting_to.html
index ccd3f08f..7a67c0b0 100644
--- a/htdocs/gcc-13/porting_to.html
+++ b/htdocs/gcc-13/porting_to.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 13</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-2.95/branch.html b/htdocs/gcc-2.95/branch.html
index e4f20f80..40e080d3 100644
--- a/htdocs/gcc-2.95/branch.html
+++ b/htdocs/gcc-2.95/branch.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.95 branch</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-2.95/buildstat.html b/htdocs/gcc-2.95/buildstat.html
index c6029e45..40dfed15 100644
--- a/htdocs/gcc-2.95/buildstat.html
+++ b/htdocs/gcc-2.95/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 2.95</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-2.95/c++features.html b/htdocs/gcc-2.95/c++features.html
index 11cb8bad..84d65212 100644
--- a/htdocs/gcc-2.95/c++features.html
+++ b/htdocs/gcc-2.95/c++features.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.95 C++ Features</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-2.95/caveats.html b/htdocs/gcc-2.95/caveats.html
index adef266c..039d89d9 100644
--- a/htdocs/gcc-2.95/caveats.html
+++ b/htdocs/gcc-2.95/caveats.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.95 Caveats</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-2.95/features.html b/htdocs/gcc-2.95/features.html
index 3f28fc89..0e4f6c47 100644
--- a/htdocs/gcc-2.95/features.html
+++ b/htdocs/gcc-2.95/features.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.95 New Features</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-2.95/index.html b/htdocs/gcc-2.95/index.html
index 1e8621ab..4e3235ea 100644
--- a/htdocs/gcc-2.95/index.html
+++ b/htdocs/gcc-2.95/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.95</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-2.95/othertest.html b/htdocs/gcc-2.95/othertest.html
index 19f039c6..dd9db6bc 100644
--- a/htdocs/gcc-2.95/othertest.html
+++ b/htdocs/gcc-2.95/othertest.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.95 other tests</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-2.95/regress.html b/htdocs/gcc-2.95/regress.html
index 3c461169..a83b2a61 100644
--- a/htdocs/gcc-2.95/regress.html
+++ b/htdocs/gcc-2.95/regress.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.95 regression test strategy</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-2.95/schedule.html b/htdocs/gcc-2.95/schedule.html
index f08198fe..7210b1ab 100644
--- a/htdocs/gcc-2.95/schedule.html
+++ b/htdocs/gcc-2.95/schedule.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.95</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-2.95/testing.html b/htdocs/gcc-2.95/testing.html
index 695ce52f..7cce666e 100644
--- a/htdocs/gcc-2.95/testing.html
+++ b/htdocs/gcc-2.95/testing.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Testing GCC 2.95 with the current testsuite</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-2.96.html b/htdocs/gcc-2.96.html
index 08b5c176..c06d271e 100644
--- a/htdocs/gcc-2.96.html
+++ b/htdocs/gcc-2.96.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 2.96</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.0/buildstat.html b/htdocs/gcc-3.0/buildstat.html
index 0c50b68c..33996033 100644
--- a/htdocs/gcc-3.0/buildstat.html
+++ b/htdocs/gcc-3.0/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 3.0</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.0/c++features.html b/htdocs/gcc-3.0/c++features.html
index 6fe851f2..c4d9f512 100644
--- a/htdocs/gcc-3.0/c++features.html
+++ b/htdocs/gcc-3.0/c++features.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>C++ New Features</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.0/caveats.html b/htdocs/gcc-3.0/caveats.html
index 839792a5..1bc91242 100644
--- a/htdocs/gcc-3.0/caveats.html
+++ b/htdocs/gcc-3.0/caveats.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.0 Caveats</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.0/criteria.html b/htdocs/gcc-3.0/criteria.html
index e405624f..8bca802f 100644
--- a/htdocs/gcc-3.0/criteria.html
+++ b/htdocs/gcc-3.0/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.0 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.0/features.html b/htdocs/gcc-3.0/features.html
index 8ed40cb8..f938ec41 100644
--- a/htdocs/gcc-3.0/features.html
+++ b/htdocs/gcc-3.0/features.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.0 New Features</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.0/index.html b/htdocs/gcc-3.0/index.html
index fdf8da01..baab1bae 100644
--- a/htdocs/gcc-3.0/index.html
+++ b/htdocs/gcc-3.0/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.0.4</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.0/lapack-guide.html b/htdocs/gcc-3.0/lapack-guide.html
index 5b38c5cd..fb477aaa 100644
--- a/htdocs/gcc-3.0/lapack-guide.html
+++ b/htdocs/gcc-3.0/lapack-guide.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>LAPACK build and test guide</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.0/libgcc.html b/htdocs/gcc-3.0/libgcc.html
index 26296048..d98f9b71 100644
--- a/htdocs/gcc-3.0/libgcc.html
+++ b/htdocs/gcc-3.0/libgcc.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>libgcc</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.0/pooma-guide.html b/htdocs/gcc-3.0/pooma-guide.html
index 29d947b7..2778c01c 100644
--- a/htdocs/gcc-3.0/pooma-guide.html
+++ b/htdocs/gcc-3.0/pooma-guide.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>POOMA build and test guide</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.1/buildstat.html b/htdocs/gcc-3.1/buildstat.html
index 9a22be50..eab2a7fd 100644
--- a/htdocs/gcc-3.1/buildstat.html
+++ b/htdocs/gcc-3.1/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 3.1</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.1/changes.html b/htdocs/gcc-3.1/changes.html
index e83ffd98..77764f28 100644
--- a/htdocs/gcc-3.1/changes.html
+++ b/htdocs/gcc-3.1/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.1 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-3.1/criteria.html b/htdocs/gcc-3.1/criteria.html
index bd0714a9..a77b49f6 100644
--- a/htdocs/gcc-3.1/criteria.html
+++ b/htdocs/gcc-3.1/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.1 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.1/gcj-status.html b/htdocs/gcc-3.1/gcj-status.html
index 4125287f..49962e04 100644
--- a/htdocs/gcc-3.1/gcj-status.html
+++ b/htdocs/gcc-3.1/gcj-status.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCJ 3.1 status</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.1/index.html b/htdocs/gcc-3.1/index.html
index 0ce9dccd..e97d0dcc 100644
--- a/htdocs/gcc-3.1/index.html
+++ b/htdocs/gcc-3.1/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.1</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.2/buildstat.html b/htdocs/gcc-3.2/buildstat.html
index 488c1fda..eb691f52 100644
--- a/htdocs/gcc-3.2/buildstat.html
+++ b/htdocs/gcc-3.2/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 3.2</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.2/c++-abi.html b/htdocs/gcc-3.2/c++-abi.html
index 3a620974..8d0a7b90 100644
--- a/htdocs/gcc-3.2/c++-abi.html
+++ b/htdocs/gcc-3.2/c++-abi.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>A Common C++ ABI for GNU/Linux</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
   <body>
diff --git a/htdocs/gcc-3.2/changes.html b/htdocs/gcc-3.2/changes.html
index cf6ac1d4..e8f892de 100644
--- a/htdocs/gcc-3.2/changes.html
+++ b/htdocs/gcc-3.2/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.2 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-3.2/index.html b/htdocs/gcc-3.2/index.html
index 447414aa..1d0f837a 100644
--- a/htdocs/gcc-3.2/index.html
+++ b/htdocs/gcc-3.2/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.2 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.3/buildstat.html b/htdocs/gcc-3.3/buildstat.html
index a7b0ec84..60dea47c 100644
--- a/htdocs/gcc-3.3/buildstat.html
+++ b/htdocs/gcc-3.3/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 3.3</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.3/changes.html b/htdocs/gcc-3.3/changes.html
index 1dafd8fb..cc10e0f3 100644
--- a/htdocs/gcc-3.3/changes.html
+++ b/htdocs/gcc-3.3/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.3 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-3.3/criteria.html b/htdocs/gcc-3.3/criteria.html
index 52364c55..81358b57 100644
--- a/htdocs/gcc-3.3/criteria.html
+++ b/htdocs/gcc-3.3/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.3 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.3/gcj-status.html b/htdocs/gcc-3.3/gcj-status.html
index 0bca8e52..47e94260 100644
--- a/htdocs/gcc-3.3/gcj-status.html
+++ b/htdocs/gcc-3.3/gcj-status.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCJ 3.3 status</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.3/index.html b/htdocs/gcc-3.3/index.html
index 45212e7f..b20d33b3 100644
--- a/htdocs/gcc-3.3/index.html
+++ b/htdocs/gcc-3.3/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.3 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.4/buildstat.html b/htdocs/gcc-3.4/buildstat.html
index d03a89f6..cbf455d5 100644
--- a/htdocs/gcc-3.4/buildstat.html
+++ b/htdocs/gcc-3.4/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 3.4</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.4/changes.html b/htdocs/gcc-3.4/changes.html
index 585b2349..bd016db7 100644
--- a/htdocs/gcc-3.4/changes.html
+++ b/htdocs/gcc-3.4/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.4 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-3.4/criteria.html b/htdocs/gcc-3.4/criteria.html
index 1fd5cab9..bf5e943c 100644
--- a/htdocs/gcc-3.4/criteria.html
+++ b/htdocs/gcc-3.4/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.4 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.4/index.html b/htdocs/gcc-3.4/index.html
index 01f6822f..f374ec43 100644
--- a/htdocs/gcc-3.4/index.html
+++ b/htdocs/gcc-3.4/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 3.4 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.4/mips-abi.html b/htdocs/gcc-3.4/mips-abi.html
index 1fe81f08..2d04c8d2 100644
--- a/htdocs/gcc-3.4/mips-abi.html
+++ b/htdocs/gcc-3.4/mips-abi.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>MIPS ABI Changes in GCC 3.4</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.4/powerpc-abi.html b/htdocs/gcc-3.4/powerpc-abi.html
index 3ce801f6..9f24fe4e 100644
--- a/htdocs/gcc-3.4/powerpc-abi.html
+++ b/htdocs/gcc-3.4/powerpc-abi.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>PowerPC ABI Changes in GCC 3.4</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-3.4/sparc-abi.html b/htdocs/gcc-3.4/sparc-abi.html
index df280483..aedfccd8 100644
--- a/htdocs/gcc-3.4/sparc-abi.html
+++ b/htdocs/gcc-3.4/sparc-abi.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>SPARC ABI Changes in GCC 3.4</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.0/buildstat.html b/htdocs/gcc-4.0/buildstat.html
index 711d5721..c596ac7b 100644
--- a/htdocs/gcc-4.0/buildstat.html
+++ b/htdocs/gcc-4.0/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.0</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.0/changes.html b/htdocs/gcc-4.0/changes.html
index 97907c33..42c15f25 100644
--- a/htdocs/gcc-4.0/changes.html
+++ b/htdocs/gcc-4.0/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.0 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-4.0/criteria.html b/htdocs/gcc-4.0/criteria.html
index b9f4e323..252df329 100644
--- a/htdocs/gcc-4.0/criteria.html
+++ b/htdocs/gcc-4.0/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.0 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.0/index.html b/htdocs/gcc-4.0/index.html
index d5e47283..45a4ede0 100644
--- a/htdocs/gcc-4.0/index.html
+++ b/htdocs/gcc-4.0/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.0 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.1/buildstat.html b/htdocs/gcc-4.1/buildstat.html
index a7dce2cc..fcad06ef 100644
--- a/htdocs/gcc-4.1/buildstat.html
+++ b/htdocs/gcc-4.1/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.1</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.1/changes.html b/htdocs/gcc-4.1/changes.html
index 5c2708aa..8e4f8349 100644
--- a/htdocs/gcc-4.1/changes.html
+++ b/htdocs/gcc-4.1/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.1 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-4.1/criteria.html b/htdocs/gcc-4.1/criteria.html
index 39f46c90..7c859d06 100644
--- a/htdocs/gcc-4.1/criteria.html
+++ b/htdocs/gcc-4.1/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.1 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.1/index.html b/htdocs/gcc-4.1/index.html
index 5d0b07df..c7ffdcd6 100644
--- a/htdocs/gcc-4.1/index.html
+++ b/htdocs/gcc-4.1/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.1 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.2/buildstat.html b/htdocs/gcc-4.2/buildstat.html
index 2beacb54..8d0b3fa5 100644
--- a/htdocs/gcc-4.2/buildstat.html
+++ b/htdocs/gcc-4.2/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.2</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.2/changes.html b/htdocs/gcc-4.2/changes.html
index 30e3479c..fd36b131 100644
--- a/htdocs/gcc-4.2/changes.html
+++ b/htdocs/gcc-4.2/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.2 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-4.2/criteria.html b/htdocs/gcc-4.2/criteria.html
index dc3df53b..b6bc9c76 100644
--- a/htdocs/gcc-4.2/criteria.html
+++ b/htdocs/gcc-4.2/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.2 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.2/index.html b/htdocs/gcc-4.2/index.html
index 7065d3b5..d475cb77 100644
--- a/htdocs/gcc-4.2/index.html
+++ b/htdocs/gcc-4.2/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.2 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.3/buildstat.html b/htdocs/gcc-4.3/buildstat.html
index e495f7ad..1f4bb00c 100644
--- a/htdocs/gcc-4.3/buildstat.html
+++ b/htdocs/gcc-4.3/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.3</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.3/changes.html b/htdocs/gcc-4.3/changes.html
index 7e02a8d5..cc879f6d 100644
--- a/htdocs/gcc-4.3/changes.html
+++ b/htdocs/gcc-4.3/changes.html
@@ -5,7 +5,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.3 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-4.3/criteria.html b/htdocs/gcc-4.3/criteria.html
index ba4838cd..5ddb69d3 100644
--- a/htdocs/gcc-4.3/criteria.html
+++ b/htdocs/gcc-4.3/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.3 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.3/cxx0x_status.html b/htdocs/gcc-4.3/cxx0x_status.html
index 2a2b33dc..d4680370 100644
--- a/htdocs/gcc-4.3/cxx0x_status.html
+++ b/htdocs/gcc-4.3/cxx0x_status.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>Status of Experimental C++0x Support in GCC 4.3</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.3/index.html b/htdocs/gcc-4.3/index.html
index 943064ec..6888e5d7 100644
--- a/htdocs/gcc-4.3/index.html
+++ b/htdocs/gcc-4.3/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.3 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.3/porting_to.html b/htdocs/gcc-4.3/porting_to.html
index 5301729f..8eadeb18 100644
--- a/htdocs/gcc-4.3/porting_to.html
+++ b/htdocs/gcc-4.3/porting_to.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.3 Release Series &mdash; Porting to the New Tools</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.4/buildstat.html b/htdocs/gcc-4.4/buildstat.html
index ec6bccf7..ad7501c8 100644
--- a/htdocs/gcc-4.4/buildstat.html
+++ b/htdocs/gcc-4.4/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.4</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.4/changes.html b/htdocs/gcc-4.4/changes.html
index dbe73ebd..1682a986 100644
--- a/htdocs/gcc-4.4/changes.html
+++ b/htdocs/gcc-4.4/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.4 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-4.4/criteria.html b/htdocs/gcc-4.4/criteria.html
index cdfae6f5..a1a22ab5 100644
--- a/htdocs/gcc-4.4/criteria.html
+++ b/htdocs/gcc-4.4/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.4 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.4/cxx0x_status.html b/htdocs/gcc-4.4/cxx0x_status.html
index 327fcb33..88184913 100644
--- a/htdocs/gcc-4.4/cxx0x_status.html
+++ b/htdocs/gcc-4.4/cxx0x_status.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>Status of Experimental C++0x Support in GCC 4.4</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.4/index.html b/htdocs/gcc-4.4/index.html
index 1424a347..3eb8cf60 100644
--- a/htdocs/gcc-4.4/index.html
+++ b/htdocs/gcc-4.4/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.4 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.4/porting_to.html b/htdocs/gcc-4.4/porting_to.html
index 19c2cee1..c4dfaa64 100644
--- a/htdocs/gcc-4.4/porting_to.html
+++ b/htdocs/gcc-4.4/porting_to.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.4 Release Series &mdash; Porting to the New Tools</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.5/buildstat.html b/htdocs/gcc-4.5/buildstat.html
index f68600e9..4e76a2c0 100644
--- a/htdocs/gcc-4.5/buildstat.html
+++ b/htdocs/gcc-4.5/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.5</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.5/changes.html b/htdocs/gcc-4.5/changes.html
index 5181bae8..ddb24954 100644
--- a/htdocs/gcc-4.5/changes.html
+++ b/htdocs/gcc-4.5/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.5 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-4.5/criteria.html b/htdocs/gcc-4.5/criteria.html
index f73447d6..e28f3839 100644
--- a/htdocs/gcc-4.5/criteria.html
+++ b/htdocs/gcc-4.5/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.5 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.5/cxx0x_status.html b/htdocs/gcc-4.5/cxx0x_status.html
index 44b7d7d7..006b3bea 100644
--- a/htdocs/gcc-4.5/cxx0x_status.html
+++ b/htdocs/gcc-4.5/cxx0x_status.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>Status of Experimental C++0x Support in GCC 4.5</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.5/index.html b/htdocs/gcc-4.5/index.html
index 76e48248..275f7cea 100644
--- a/htdocs/gcc-4.5/index.html
+++ b/htdocs/gcc-4.5/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.5 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.6/buildstat.html b/htdocs/gcc-4.6/buildstat.html
index 6c67fd1e..0bcec31b 100644
--- a/htdocs/gcc-4.6/buildstat.html
+++ b/htdocs/gcc-4.6/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.6</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.6/changes.html b/htdocs/gcc-4.6/changes.html
index e81e2704..13233f89 100644
--- a/htdocs/gcc-4.6/changes.html
+++ b/htdocs/gcc-4.6/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.6 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-4.6/criteria.html b/htdocs/gcc-4.6/criteria.html
index 5db99c4d..54435e75 100644
--- a/htdocs/gcc-4.6/criteria.html
+++ b/htdocs/gcc-4.6/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.6 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.6/cxx0x_status.html b/htdocs/gcc-4.6/cxx0x_status.html
index 789d56e6..767335e4 100644
--- a/htdocs/gcc-4.6/cxx0x_status.html
+++ b/htdocs/gcc-4.6/cxx0x_status.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>Status of Experimental C++0x Support in GCC 4.6</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.6/index.html b/htdocs/gcc-4.6/index.html
index 9c157914..4198123e 100644
--- a/htdocs/gcc-4.6/index.html
+++ b/htdocs/gcc-4.6/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.6 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.6/porting_to.html b/htdocs/gcc-4.6/porting_to.html
index 054b41b7..60f412ab 100644
--- a/htdocs/gcc-4.6/porting_to.html
+++ b/htdocs/gcc-4.6/porting_to.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 4.6</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.7/buildstat.html b/htdocs/gcc-4.7/buildstat.html
index 4a14818d..55a4df88 100644
--- a/htdocs/gcc-4.7/buildstat.html
+++ b/htdocs/gcc-4.7/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.7</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.7/changes.html b/htdocs/gcc-4.7/changes.html
index c61106e5..4a515b8f 100644
--- a/htdocs/gcc-4.7/changes.html
+++ b/htdocs/gcc-4.7/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.7 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-4.7/criteria.html b/htdocs/gcc-4.7/criteria.html
index 1651fcc4..c7cb2c21 100644
--- a/htdocs/gcc-4.7/criteria.html
+++ b/htdocs/gcc-4.7/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.7 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.7/cxx0x_status.html b/htdocs/gcc-4.7/cxx0x_status.html
index 74c057dc..af6a2ef8 100644
--- a/htdocs/gcc-4.7/cxx0x_status.html
+++ b/htdocs/gcc-4.7/cxx0x_status.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>Status of Experimental C++11 Support in GCC 4.7</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.7/index.html b/htdocs/gcc-4.7/index.html
index 312fea7f..18df5ba0 100644
--- a/htdocs/gcc-4.7/index.html
+++ b/htdocs/gcc-4.7/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.7 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.7/porting_to.html b/htdocs/gcc-4.7/porting_to.html
index 51d31ec0..9023eeac 100644
--- a/htdocs/gcc-4.7/porting_to.html
+++ b/htdocs/gcc-4.7/porting_to.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 4.7</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.8/buildstat.html b/htdocs/gcc-4.8/buildstat.html
index 28056cbb..aed61ac6 100644
--- a/htdocs/gcc-4.8/buildstat.html
+++ b/htdocs/gcc-4.8/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.8</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.8/changes.html b/htdocs/gcc-4.8/changes.html
index 60cf4d42..4899d702 100644
--- a/htdocs/gcc-4.8/changes.html
+++ b/htdocs/gcc-4.8/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.8 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-4.8/criteria.html b/htdocs/gcc-4.8/criteria.html
index cb2920a8..ed337fcc 100644
--- a/htdocs/gcc-4.8/criteria.html
+++ b/htdocs/gcc-4.8/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.8 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.8/cxx0x_status.html b/htdocs/gcc-4.8/cxx0x_status.html
index 849ecb91..be9b93da 100644
--- a/htdocs/gcc-4.8/cxx0x_status.html
+++ b/htdocs/gcc-4.8/cxx0x_status.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>Status of Experimental C++11 Support in GCC 4.8</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.8/index.html b/htdocs/gcc-4.8/index.html
index 234dce6e..aa88b1ef 100644
--- a/htdocs/gcc-4.8/index.html
+++ b/htdocs/gcc-4.8/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.8 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.8/porting_to.html b/htdocs/gcc-4.8/porting_to.html
index 356898ff..9ed0d06b 100644
--- a/htdocs/gcc-4.8/porting_to.html
+++ b/htdocs/gcc-4.8/porting_to.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 4.8</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.9/buildstat.html b/htdocs/gcc-4.9/buildstat.html
index 9bbb102e..bf876b17 100644
--- a/htdocs/gcc-4.9/buildstat.html
+++ b/htdocs/gcc-4.9/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 4.9</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.9/changes.html b/htdocs/gcc-4.9/changes.html
index 53031b7d..f7c12e72 100644
--- a/htdocs/gcc-4.9/changes.html
+++ b/htdocs/gcc-4.9/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.9 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-4.9/criteria.html b/htdocs/gcc-4.9/criteria.html
index d0c3fbac..75f63b34 100644
--- a/htdocs/gcc-4.9/criteria.html
+++ b/htdocs/gcc-4.9/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.9 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.9/index.html b/htdocs/gcc-4.9/index.html
index 8dee3afd..7389e29a 100644
--- a/htdocs/gcc-4.9/index.html
+++ b/htdocs/gcc-4.9/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 4.9 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-4.9/porting_to.html b/htdocs/gcc-4.9/porting_to.html
index 63c6829d..ac83534a 100644
--- a/htdocs/gcc-4.9/porting_to.html
+++ b/htdocs/gcc-4.9/porting_to.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 4.9</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-5/buildstat.html b/htdocs/gcc-5/buildstat.html
index 92c0d980..c2dd4320 100644
--- a/htdocs/gcc-5/buildstat.html
+++ b/htdocs/gcc-5/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 5</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html
index 6f5b9f64..3a6ec741 100644
--- a/htdocs/gcc-5/changes.html
+++ b/htdocs/gcc-5/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 5 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-5/criteria.html b/htdocs/gcc-5/criteria.html
index ce079db2..8255f940 100644
--- a/htdocs/gcc-5/criteria.html
+++ b/htdocs/gcc-5/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 5 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-5/index.html b/htdocs/gcc-5/index.html
index 153a7be6..eeda4fb9 100644
--- a/htdocs/gcc-5/index.html
+++ b/htdocs/gcc-5/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 5 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-5/porting_to.html b/htdocs/gcc-5/porting_to.html
index c359dfb2..b8942aa8 100644
--- a/htdocs/gcc-5/porting_to.html
+++ b/htdocs/gcc-5/porting_to.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 5</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-6/buildstat.html b/htdocs/gcc-6/buildstat.html
index f264cf25..86d1674f 100644
--- a/htdocs/gcc-6/buildstat.html
+++ b/htdocs/gcc-6/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 6</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-6/changes.html b/htdocs/gcc-6/changes.html
index 6dd86d83..887baf84 100644
--- a/htdocs/gcc-6/changes.html
+++ b/htdocs/gcc-6/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 6 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-6/criteria.html b/htdocs/gcc-6/criteria.html
index 441d5a69..8fa734f2 100644
--- a/htdocs/gcc-6/criteria.html
+++ b/htdocs/gcc-6/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 6 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-6/index.html b/htdocs/gcc-6/index.html
index 5a9c1c65..ace4f5a0 100644
--- a/htdocs/gcc-6/index.html
+++ b/htdocs/gcc-6/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 6 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-6/porting_to.html b/htdocs/gcc-6/porting_to.html
index 3cf959c6..57ab1353 100644
--- a/htdocs/gcc-6/porting_to.html
+++ b/htdocs/gcc-6/porting_to.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 6</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-7/buildstat.html b/htdocs/gcc-7/buildstat.html
index 31408a3e..e3813e26 100644
--- a/htdocs/gcc-7/buildstat.html
+++ b/htdocs/gcc-7/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 7</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-7/changes.html b/htdocs/gcc-7/changes.html
index 5bcb59b6..79a42ca1 100644
--- a/htdocs/gcc-7/changes.html
+++ b/htdocs/gcc-7/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 7 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-7/criteria.html b/htdocs/gcc-7/criteria.html
index e1689e92..1a6d5489 100644
--- a/htdocs/gcc-7/criteria.html
+++ b/htdocs/gcc-7/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 7 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-7/index.html b/htdocs/gcc-7/index.html
index da53cbce..dea2b03d 100644
--- a/htdocs/gcc-7/index.html
+++ b/htdocs/gcc-7/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 7 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-7/porting_to.html b/htdocs/gcc-7/porting_to.html
index aceec29a..fc038a1b 100644
--- a/htdocs/gcc-7/porting_to.html
+++ b/htdocs/gcc-7/porting_to.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 7</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-8/buildstat.html b/htdocs/gcc-8/buildstat.html
index 7d669c8d..d32bfc19 100644
--- a/htdocs/gcc-8/buildstat.html
+++ b/htdocs/gcc-8/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 8</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-8/changes.html b/htdocs/gcc-8/changes.html
index 84f32d3e..c433d9e6 100644
--- a/htdocs/gcc-8/changes.html
+++ b/htdocs/gcc-8/changes.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 8 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gcc-8/criteria.html b/htdocs/gcc-8/criteria.html
index a273049b..5b1bfea2 100644
--- a/htdocs/gcc-8/criteria.html
+++ b/htdocs/gcc-8/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 8 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-8/index.html b/htdocs/gcc-8/index.html
index 691c7abf..d1213cb9 100644
--- a/htdocs/gcc-8/index.html
+++ b/htdocs/gcc-8/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 8 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-8/porting_to.html b/htdocs/gcc-8/porting_to.html
index 9570a684..d24ea347 100644
--- a/htdocs/gcc-8/porting_to.html
+++ b/htdocs/gcc-8/porting_to.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 8</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-9/buildstat.html b/htdocs/gcc-9/buildstat.html
index 8a7714b5..0ad07a51 100644
--- a/htdocs/gcc-9/buildstat.html
+++ b/htdocs/gcc-9/buildstat.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Build status for GCC 9</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html
index 37d69027..a6f5dcf7 100644
--- a/htdocs/gcc-9/changes.html
+++ b/htdocs/gcc-9/changes.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 9 Release Series &mdash; Changes, New Features, and Fixes</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to contribute/update
diff --git a/htdocs/gcc-9/criteria.html b/htdocs/gcc-9/criteria.html
index f75bf990..0b8e647a 100644
--- a/htdocs/gcc-9/criteria.html
+++ b/htdocs/gcc-9/criteria.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 9 Release Criteria</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-9/index.html b/htdocs/gcc-9/index.html
index 67dc2720..22f76155 100644
--- a/htdocs/gcc-9/index.html
+++ b/htdocs/gcc-9/index.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC 9 Release Series</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gcc-9/porting_to.html b/htdocs/gcc-9/porting_to.html
index a8fb5882..796c402e 100644
--- a/htdocs/gcc-9/porting_to.html
+++ b/htdocs/gcc-9/porting_to.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Porting to GCC 9</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/gccmission.html b/htdocs/gccmission.html
index d5f4c1de..58a12755 100644
--- a/htdocs/gccmission.html
+++ b/htdocs/gccmission.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC Development Mission Statement (2021-06-01)</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/git.html b/htdocs/git.html
index 52ad05db..4a8b1004 100644
--- a/htdocs/git.html
+++ b/htdocs/git.html
@@ -6,7 +6,7 @@
 <meta name="description" content="Anonymous read-only access to the GCC project Git source repository." />
 <meta name="keywords" content="Git, version control, GCC, source, public, repository" />
 <title>GCC: Anonymous read-only Git access</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <!-- GCC maintainers, please do not hesitate to update/contribute entries
diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html
index 9de5de27..e441d427 100644
--- a/htdocs/gitwrite.html
+++ b/htdocs/gitwrite.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Read-write Git access</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/index.html b/htdocs/index.html
index c2982a74..f9f96607 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -5,7 +5,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <meta name="google-site-verification" content="FUv_3eEIkimd6LAoWned4TPMqmKKQmw3aA2_PBJ5SAY" />
 <title>GCC, the GNU Compiler Collection</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <set-var navigation>
diff --git a/htdocs/lists.html b/htdocs/lists.html
index c32c505d..59b07f84 100644
--- a/htdocs/lists.html
+++ b/htdocs/lists.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC mailing lists</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/mirrors.html b/htdocs/mirrors.html
index 75c71b95..77e87148 100644
--- a/htdocs/mirrors.html
+++ b/htdocs/mirrors.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC mirror sites</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/news.html b/htdocs/news.html
index 24eab163..a6d117fc 100644
--- a/htdocs/news.html
+++ b/htdocs/news.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GCC news and announcements</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/news/alias.html b/htdocs/news/alias.html
index c3df770a..038207e6 100644
--- a/htdocs/news/alias.html
+++ b/htdocs/news/alias.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Alias Analysis</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/news/announcement.html b/htdocs/news/announcement.html
index 42bafcc0..b341e44a 100644
--- a/htdocs/news/announcement.html
+++ b/htdocs/news/announcement.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>The initial egcs project announcement</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/news/cfg.html b/htdocs/news/cfg.html
index 03ea6d9a..f7557e5b 100644
--- a/htdocs/news/cfg.html
+++ b/htdocs/news/cfg.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Control Flow Infrastructure</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/news/chill.html b/htdocs/news/chill.html
index acc339bb..d40b756b 100644
--- a/htdocs/news/chill.html
+++ b/htdocs/news/chill.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Chill Front End</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/news/cprop.html b/htdocs/news/cprop.html
index 3a9379eb..549d1009 100644
--- a/htdocs/news/cprop.html
+++ b/htdocs/news/cprop.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Improved Global Constant/Copy Propagation</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/news/dependencies.html b/htdocs/news/dependencies.html
index ddcdd344..d50cc63f 100644
--- a/htdocs/news/dependencies.html
+++ b/htdocs/news/dependencies.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Dependency Generation Improvements</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/news/dfa.html b/htdocs/news/dfa.html
index cf439241..0f70fc3c 100644
--- a/htdocs/news/dfa.html
+++ b/htdocs/news/dfa.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>DFA Scheduler</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
 <body>
diff --git a/htdocs/news/dse.html b/htdocs/news/dse.html
index e3afdca2..f2af88be 100644
--- a/htdocs/news/dse.html
+++ b/htdocs/news/dse.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Local Dead Store Elimination</title>
-<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>
 
... 1877 lines suppressed ...


hooks/post-receive
-- 
gcc-wwwdocs

                 reply	other threads:[~2022-10-14 18:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221014180823.1476D3858D38@sourceware.org \
    --to=gerald@sourceware.org \
    --cc=gcc-cvs-wwwdocs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).