This is not a functional change at all (or at least should not be). Rather this will ease automatic processing as we include even more of what is currently coming from style.mhtml and reduce the chance of missing some files or changes over time.
Committed. Gerald commit cfa6e237e33dfad556618251869bf7d519e32a40 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Wed Nov 27 15:46:26 2019 +0100 Make the formatting of the <head> tag and block more uniform. This will ease automatic processing as we include even more of what is currently coming from style.mhtmland reduce the chance of missing some files or changes over time. diff --git a/htdocs/bzkanban/index.html b/htdocs/bzkanban/index.html index ba3c23b..aa651f4 100644 --- a/htdocs/bzkanban/index.html +++ b/htdocs/bzkanban/index.html @@ -1,10 +1,10 @@ <!DOCTYPE html> <html lang="en"> - <head> - <title>Bz Kanban Board</title> +<head> +<title>Bz Kanban Board</title> <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"> +<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <style> body { @@ -144,7 +144,8 @@ /* display: none; */ } </style> - </head> +</head> + <body> <div id="nav"> <form id="queryForm" action="index.html" method="get"> diff --git a/htdocs/gcc-3.2/c++-abi.html b/htdocs/gcc-3.2/c++-abi.html index 555beb9..3c9a09f 100644 --- a/htdocs/gcc-3.2/c++-abi.html +++ b/htdocs/gcc-3.2/c++-abi.html @@ -1,9 +1,10 @@ <!DOCTYPE html> <html lang="en"> - <head> - <title>A Common C++ ABI for GNU/Linux</title> + +<head> +<title>A Common C++ ABI for GNU/Linux</title> <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> - </head> +</head> <body> <h1>A Common C++ ABI for GNU/Linux</h1> diff --git a/htdocs/projects/cxx0x.html b/htdocs/projects/cxx0x.html index bd6c9bd..ef41d64 100644 --- a/htdocs/projects/cxx0x.html +++ b/htdocs/projects/cxx0x.html @@ -1,15 +1,16 @@ <!DOCTYPE html> <html lang="en"> - <head> - <meta http-equiv="refresh" content="1; url=cxx-status.html#cxx11" /> + +<head> +<meta http-equiv="refresh" content="1; url=cxx-status.html#cxx11" /> - <script> - window.location.href = "cxx-status.html#cxx11" - </script> +<script> + window.location.href = "cxx-status.html#cxx11" +</script> - <title>Page Redirection</title> +<title>Page Redirection</title> <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> - </head> +</head> <body> This page has been incorporated into another. If you are not redirected diff --git a/htdocs/projects/cxx1y.html b/htdocs/projects/cxx1y.html index e9236b6..ef85126 100644 --- a/htdocs/projects/cxx1y.html +++ b/htdocs/projects/cxx1y.html @@ -1,15 +1,16 @@ <!DOCTYPE html> <html lang="en"> - <head> - <meta http-equiv="refresh" content="1; url=cxx-status.html#cxx14" /> + +<head> +<meta http-equiv="refresh" content="1; url=cxx-status.html#cxx14" /> - <script> - window.location.href = "cxx-status.html#cxx14" - </script> +<script> + window.location.href = "cxx-status.html#cxx14" +</script> - <title>Page Redirection</title> +<title>Page Redirection</title> <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> - </head> +</head> <body> This page has been incorporated into another. If you are not redirected diff --git a/htdocs/projects/strees/index.html b/htdocs/projects/strees/index.html index 044f6f3..90523da 100644 --- a/htdocs/projects/strees/index.html +++ b/htdocs/projects/strees/index.html @@ -1,7 +1,11 @@ <!DOCTYPE html> <html lang="en"> -<head><title>Stree design notes</title> -<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /></head> + +<head> +<title>Stree design notes</title> +<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> +</head> + <body> <h1>Stree design notes</h1> diff --git a/htdocs/projects/tree-ssa/tree-browser.html b/htdocs/projects/tree-ssa/tree-browser.html index 94ffdd0..4e06662 100644 --- a/htdocs/projects/tree-ssa/tree-browser.html +++ b/htdocs/projects/tree-ssa/tree-browser.html @@ -1,9 +1,10 @@ <!DOCTYPE html> <html lang="en"> - <head> - <title>Tree Browser</title> + +<head> +<title>Tree Browser</title> <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> - </head> +</head> <body> <h1>Tree Browser</h1> diff --git a/htdocs/simtest-howto.html b/htdocs/simtest-howto.html index 0d8fc49..e1a6381 100644 --- a/htdocs/simtest-howto.html +++ b/htdocs/simtest-howto.html @@ -1,9 +1,10 @@ <!DOCTYPE html> <html lang="en"> - <head> - <title>How to test GCC on a simulator</title> + +<head> +<title>How to test GCC on a simulator</title> <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" /> - </head> +</head> <body> <h1>How to test GCC on a simulator</h1> ----------------------------------------------------------------------- Summary of changes: htdocs/bzkanban/index.html | 9 +++++---- htdocs/gcc-3.2/c++-abi.html | 7 ++++--- htdocs/projects/cxx0x.html | 15 ++++++++------- htdocs/projects/cxx1y.html | 15 ++++++++------- htdocs/projects/strees/index.html | 8 ++++++-- htdocs/projects/tree-ssa/tree-browser.html | 7 ++++--- htdocs/simtest-howto.html | 7 ++++--- 7 files changed, 39 insertions(+), 29 deletions(-)