...which is another way of saying that there actually were no style sheets applied to some of those (in addition to inconsistent formatting).
Committed. Gerald commit 553b5e98de2dc90183773b0c0d750db62d6ad8db Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Fri Nov 29 17:40:34 2019 +0100 diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index f0f0d31..5cca097 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -1,8 +1,10 @@ <!DOCTYPE html> <html lang="en"> + <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>GCC 10 Release Series — Changes, New Features, and Fixes</title> +<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 3a50c74..b870b82 100644 --- a/htdocs/gcc-10/criteria.html +++ b/htdocs/gcc-10/criteria.html @@ -4,7 +4,8 @@ <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" /> </head> +<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 9266139..c0e581f 100644 --- a/htdocs/gcc-9/changes.html +++ b/htdocs/gcc-9/changes.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <html lang="en"> + <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>GCC 9 Release Series — Changes, New Features, and Fixes</title> diff --git a/htdocs/gcc-9/criteria.html b/htdocs/gcc-9/criteria.html index 9c0fa1a..d434646 100644 --- a/htdocs/gcc-9/criteria.html +++ b/htdocs/gcc-9/criteria.html @@ -4,7 +4,8 @@ <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" /> </head> +<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> +</head> <body> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 2 ++ htdocs/gcc-10/criteria.html | 3 ++- htdocs/gcc-9/changes.html | 1 + htdocs/gcc-9/criteria.html | 3 ++- 4 files changed, 7 insertions(+), 2 deletions(-)