public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [pushed] wwwdocs: *: Consistent formatting around <head> environment
@ 2023-01-21 11:15 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2023-01-21 11:15 UTC (permalink / raw)
  To: gcc-patches

Consistency in how things are formatted makes automated processing easier 
in case of future mass changes.

Pushed.

Gerald

---
 htdocs/benchmarks/index.html | 1 +
 htdocs/egcs-1.0/index.html   | 2 ++
 htdocs/egcs-1.1/index.html   | 2 ++
 3 files changed, 5 insertions(+)

diff --git a/htdocs/benchmarks/index.html b/htdocs/benchmarks/index.html
index 6973dffc..6ccee355 100644
--- a/htdocs/benchmarks/index.html
+++ b/htdocs/benchmarks/index.html
@@ -1,5 +1,6 @@
 <!DOCTYPE html>
 <html lang="en">
+
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Benchmarking GCC</title>
diff --git a/htdocs/egcs-1.0/index.html b/htdocs/egcs-1.0/index.html
index 7fd8dbbb..4e674440 100644
--- a/htdocs/egcs-1.0/index.html
+++ b/htdocs/egcs-1.0/index.html
@@ -1,10 +1,12 @@
 <!DOCTYPE html>
 <html lang="en">
+
 <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">
 </head>
+
 <body>
 <h1>EGCS 1.0</h1>
 
diff --git a/htdocs/egcs-1.1/index.html b/htdocs/egcs-1.1/index.html
index 08674824..adeffd37 100644
--- a/htdocs/egcs-1.1/index.html
+++ b/htdocs/egcs-1.1/index.html
@@ -1,10 +1,12 @@
 <!DOCTYPE html>
 <html lang="en">
+
 <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">
 </head>
+
 <body>
 
 <h1>EGCS 1.1</h1>
-- 
2.39.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-21 11:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-21 11:15 [pushed] wwwdocs: *: Consistent formatting around <head> environment Gerald Pfeifer

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).