diff mbox series

[committed] wwwdocs: Remove extraneous space around <title> tags.

Message ID 20200410080631.EECC433E1B@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: Remove extraneous space around <title> tags. | expand

Commit Message

Gerald Pfeifer April 10, 2020, 8:06 a.m. UTC
It's generally a good idea, but now that we have been moving more
towards our web pages (HTML files) being more self contained including
DOCTYPE and common headers as opposed to more pre-processing upon
deployment, consistency in the sources has become more important
to allow for easier automated changes en large.

I will continue to put focus on that going forward; this is just a
small step removing extraneous space between <title> and </title>;
and it separates the <head> sections of those files touch by a blank
line where that's not the case yet.

Pushed.

Gerald

---
 htdocs/egcs-1.0/buildstat.html       | 4 +++-
 htdocs/egcs-1.1/buildstat.html       | 3 ++-
 htdocs/egcs-1.1/egcs-1.1-branch.html | 3 ++-
 htdocs/gcc-2.95/branch.html          | 2 +-
 htdocs/gcc-2.95/buildstat.html       | 2 +-
 htdocs/spam.html                     | 2 +-
 6 files changed, 10 insertions(+), 6 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/egcs-1.0/buildstat.html b/htdocs/egcs-1.0/buildstat.html
index 66777148..da2a391f 100644
--- a/htdocs/egcs-1.0/buildstat.html
+++ b/htdocs/egcs-1.0/buildstat.html
@@ -1,10 +1,12 @@ 
 <!DOCTYPE html>
 <html lang="en">
+
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title> Build and Test status for EGCS 1.0</title>
+<title>Build and Test status for EGCS 1.0</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
+
 <body>
 <h1>Build and Test status for EGCS 1.0</h1>
 
diff --git a/htdocs/egcs-1.1/buildstat.html b/htdocs/egcs-1.1/buildstat.html
index 64b4865c..6844d39c 100644
--- a/htdocs/egcs-1.1/buildstat.html
+++ b/htdocs/egcs-1.1/buildstat.html
@@ -1,8 +1,9 @@ 
 <!DOCTYPE html>
 <html lang="en">
+
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title> Build and Test status for EGCS 1.1</title>
+<title>Build and Test status for EGCS 1.1</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
 
diff --git a/htdocs/egcs-1.1/egcs-1.1-branch.html b/htdocs/egcs-1.1/egcs-1.1-branch.html
index c4cbf147..8da07327 100644
--- a/htdocs/egcs-1.1/egcs-1.1-branch.html
+++ b/htdocs/egcs-1.1/egcs-1.1-branch.html
@@ -1,8 +1,9 @@ 
 <!DOCTYPE html>
 <html lang="en">
+
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>EGCS 1.1 branch </title>
+<title>EGCS 1.1 branch</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
 
diff --git a/htdocs/gcc-2.95/branch.html b/htdocs/gcc-2.95/branch.html
index 03746846..e4f20f80 100644
--- a/htdocs/gcc-2.95/branch.html
+++ b/htdocs/gcc-2.95/branch.html
@@ -3,7 +3,7 @@ 
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>GCC 2.95 branch </title>
+<title>GCC 2.95 branch</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
 
diff --git a/htdocs/gcc-2.95/buildstat.html b/htdocs/gcc-2.95/buildstat.html
index 1823fba6..c6029e45 100644
--- a/htdocs/gcc-2.95/buildstat.html
+++ b/htdocs/gcc-2.95/buildstat.html
@@ -3,7 +3,7 @@ 
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title> Build status for GCC 2.95</title>
+<title>Build status for GCC 2.95</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>
 
diff --git a/htdocs/spam.html b/htdocs/spam.html
index 2196a83b..8db948d4 100644
--- a/htdocs/spam.html
+++ b/htdocs/spam.html
@@ -3,7 +3,7 @@ 
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title> Dealing with SPAM </title>
+<title>Dealing with SPAM</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css" />
 </head>