public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gerald Pfeifer <gerald@pfeifer.com>
To: gcc-patches@gcc.gnu.org
Subject: [committed] wwwdocs: *: Consistently format around </head>
Date: Fri, 14 Oct 2022 08:28:16 +0200 (CEST)	[thread overview]
Message-ID: <20221014062821.BE43833EEA@hamza.pair.com> (raw)

Working on some simplification for all/most pages, I noticed between 
versions 4.1 and 8 our release criteria pages consistently did not have
</head> on a page of its own.

That's not a problem per se, consistency is just immensely helpful if we
want to do mass changes across our pages, so this is a prequel to some of
those.

(The power of "copy & paste". ;-)

Pushed.

Gerald

---
 htdocs/gcc-4.1/criteria.html | 3 ++-
 htdocs/gcc-4.2/criteria.html | 3 ++-
 htdocs/gcc-4.3/criteria.html | 3 ++-
 htdocs/gcc-4.4/criteria.html | 3 ++-
 htdocs/gcc-4.5/criteria.html | 3 ++-
 htdocs/gcc-4.6/criteria.html | 3 ++-
 htdocs/gcc-4.7/criteria.html | 3 ++-
 htdocs/gcc-4.8/criteria.html | 3 ++-
 htdocs/gcc-4.9/criteria.html | 3 ++-
 htdocs/gcc-5/criteria.html   | 3 ++-
 htdocs/gcc-6/criteria.html   | 3 ++-
 htdocs/gcc-7/criteria.html   | 3 ++-
 htdocs/gcc-8/criteria.html   | 3 ++-
 13 files changed, 26 insertions(+), 13 deletions(-)

diff --git a/htdocs/gcc-4.1/criteria.html b/htdocs/gcc-4.1/criteria.html
index c7f71a7b..39f46c90 100644
--- a/htdocs/gcc-4.1/criteria.html
+++ b/htdocs/gcc-4.1/criteria.html
@@ -4,7 +4,8 @@
 <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" /> </head>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+</head>
 
 <body>
 
diff --git a/htdocs/gcc-4.2/criteria.html b/htdocs/gcc-4.2/criteria.html
index 44774f75..dc3df53b 100644
--- a/htdocs/gcc-4.2/criteria.html
+++ b/htdocs/gcc-4.2/criteria.html
@@ -4,7 +4,8 @@
 <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" /> </head>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+</head>
 
 <body>
 
diff --git a/htdocs/gcc-4.3/criteria.html b/htdocs/gcc-4.3/criteria.html
index 52585ede..ba4838cd 100644
--- a/htdocs/gcc-4.3/criteria.html
+++ b/htdocs/gcc-4.3/criteria.html
@@ -4,7 +4,8 @@
 <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" /> </head>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+</head>
 
 <body>
 
diff --git a/htdocs/gcc-4.4/criteria.html b/htdocs/gcc-4.4/criteria.html
index 42e21835..cdfae6f5 100644
--- a/htdocs/gcc-4.4/criteria.html
+++ b/htdocs/gcc-4.4/criteria.html
@@ -4,7 +4,8 @@
 <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" /> </head>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+</head>
 
 <body>
 
diff --git a/htdocs/gcc-4.5/criteria.html b/htdocs/gcc-4.5/criteria.html
index 11e57b19..f73447d6 100644
--- a/htdocs/gcc-4.5/criteria.html
+++ b/htdocs/gcc-4.5/criteria.html
@@ -4,7 +4,8 @@
 <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" /> </head>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+</head>
 
 <body>
 
diff --git a/htdocs/gcc-4.6/criteria.html b/htdocs/gcc-4.6/criteria.html
index 7300b8b0..5db99c4d 100644
--- a/htdocs/gcc-4.6/criteria.html
+++ b/htdocs/gcc-4.6/criteria.html
@@ -4,7 +4,8 @@
 <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" /> </head>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+</head>
 
 <body>
 
diff --git a/htdocs/gcc-4.7/criteria.html b/htdocs/gcc-4.7/criteria.html
index 8cb0fe8d..1651fcc4 100644
--- a/htdocs/gcc-4.7/criteria.html
+++ b/htdocs/gcc-4.7/criteria.html
@@ -4,7 +4,8 @@
 <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" /> </head>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+</head>
 
 <body>
 
diff --git a/htdocs/gcc-4.8/criteria.html b/htdocs/gcc-4.8/criteria.html
index ae685014..cb2920a8 100644
--- a/htdocs/gcc-4.8/criteria.html
+++ b/htdocs/gcc-4.8/criteria.html
@@ -4,7 +4,8 @@
 <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" /> </head>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+</head>
 
 <body>
 
diff --git a/htdocs/gcc-4.9/criteria.html b/htdocs/gcc-4.9/criteria.html
index e03dd7c8..d0c3fbac 100644
--- a/htdocs/gcc-4.9/criteria.html
+++ b/htdocs/gcc-4.9/criteria.html
@@ -4,7 +4,8 @@
 <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" /> </head>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+</head>
 
 <body>
 
diff --git a/htdocs/gcc-5/criteria.html b/htdocs/gcc-5/criteria.html
index d9141705..ce079db2 100644
--- a/htdocs/gcc-5/criteria.html
+++ b/htdocs/gcc-5/criteria.html
@@ -4,7 +4,8 @@
 <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" /> </head>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+</head>
 
 <body>
 
diff --git a/htdocs/gcc-6/criteria.html b/htdocs/gcc-6/criteria.html
index 1c2ddb21..441d5a69 100644
--- a/htdocs/gcc-6/criteria.html
+++ b/htdocs/gcc-6/criteria.html
@@ -4,7 +4,8 @@
 <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" /> </head>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+</head>
 
 <body>
 
diff --git a/htdocs/gcc-7/criteria.html b/htdocs/gcc-7/criteria.html
index b7371f3f..e1689e92 100644
--- a/htdocs/gcc-7/criteria.html
+++ b/htdocs/gcc-7/criteria.html
@@ -4,7 +4,8 @@
 <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" /> </head>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+</head>
 
 <body>
 
diff --git a/htdocs/gcc-8/criteria.html b/htdocs/gcc-8/criteria.html
index 6f0f8723..a273049b 100644
--- a/htdocs/gcc-8/criteria.html
+++ b/htdocs/gcc-8/criteria.html
@@ -4,7 +4,8 @@
 <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" /> </head>
+<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
+</head>
 
 <body>
 
-- 
2.38.0

                 reply	other threads:[~2022-10-14  6:28 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=20221014062821.BE43833EEA@hamza.pair.com \
    --to=gerald@pfeifer.com \
    --cc=gcc-patches@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).