[committed] wwwdocs: Remove extraneous space around tags.</span></a></span> </h1> <p class="darkgray font13"> <span class="sender pipe"><a href="/search?l=gcc-patches@gcc.gnu.org&q=from:%22Gerald+Pfeifer%22" rel="nofollow"><span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Gerald Pfeifer</span></span></a></span> <span class="date"><a href="/search?l=gcc-patches@gcc.gnu.org&q=date:20200410" rel="nofollow">Fri, 10 Apr 2020 01:06:47 -0700</a></span> </p> </div> <div itemprop="articleBody" class="msgBody"> <!--X-Body-of-Message--> <pre>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.</pre><pre> 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 --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="<a rel="nofollow" href="https://gcc.gnu.org/gcc.css"">https://gcc.gnu.org/gcc.css"</a>; /> </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="<a rel="nofollow" href="https://gcc.gnu.org/gcc.css"">https://gcc.gnu.org/gcc.css"</a>; /> </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="<a rel="nofollow" href="https://gcc.gnu.org/gcc.css"">https://gcc.gnu.org/gcc.css"</a>; /> </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="<a rel="nofollow" href="https://gcc.gnu.org/gcc.css"">https://gcc.gnu.org/gcc.css"</a>; /> </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="<a rel="nofollow" href="https://gcc.gnu.org/gcc.css"">https://gcc.gnu.org/gcc.css"</a>; /> </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="<a rel="nofollow" href="https://gcc.gnu.org/gcc.css"">https://gcc.gnu.org/gcc.css"</a>; /> </head> -- 2.26.0 </pre> </div> <div class="msgButtons margintopdouble"> <ul class="overflow"> <li class="msgButtonItems"><a class="button buttonleft " accesskey="p" href="msg233776.html">Previous message</a></li> <li class="msgButtonItems textaligncenter"><a class="button" accesskey="c" href="index.html#233789">View by thread</a></li> <li class="msgButtonItems textaligncenter"><a class="button" accesskey="i" href="maillist.html#233789">View by date</a></li> <li class="msgButtonItems textalignright"><a class="button buttonright " accesskey="n" href="msg233797.html">Next message</a></li> </ul> </div> <a name="tslice"></a> <div class="tSliceList margintopdouble"> <ul class="icons monospace"> </ul> </div> <div class="overflow msgActions margintopdouble"> <div class="msgReply" > <h2> Reply via email to </h2> <form method="POST" action="/mailto.php"> <input type="hidden" name="subject" value="[committed] wwwdocs: Remove extraneous space around <title> tags."> <input type="hidden" name="msgid" value="20200410080631.EECC433E1B@hamza.pair.com"> <input type="hidden" name="relpath" value="gcc-patches@gcc.gnu.org/msg233789.html"> <input type="submit" value=" Gerald Pfeifer "> </form> </div> </div> </div> <div class="aside" role="complementary"> <div class="logo"> <a href="/"><img src="/logo.png" width=247 height=88 alt="The Mail Archive"></a> </div> <form class="overflow" action="/search" method="get"> <input type="hidden" name="l" value="gcc-patches@gcc.gnu.org"> <label class="hidden" for="q">Search the site</label> <input class="submittext" type="text" id="q" name="q" placeholder="Search gcc-patches"> <input class="submitbutton" name="submit" type="image" src="/submit.png" alt="Submit"> </form> <div class="nav margintop" id="nav" role="navigation"> <ul class="icons font16"> <li class="icons-home"><a href="/">The Mail Archive home</a></li> <li class="icons-list"><a href="/gcc-patches@gcc.gnu.org/">gcc-patches - all messages</a></li> <li class="icons-about"><a href="/gcc-patches@gcc.gnu.org/info.html">gcc-patches - about the list</a></li> <li class="icons-expand"><a href="/search?l=gcc-patches@gcc.gnu.org&q=subject:%22%5C%5Bcommitted%5C%5D+wwwdocs%5C%3A+Remove+extraneous+space+around+%3Ctitle%3E+tags.%22&o=newest&f=1" title="e" id="e">Expand</a></li> <li class="icons-prev"><a href="msg233776.html" title="p">Previous message</a></li> <li class="icons-next"><a href="msg233797.html" title="n">Next message</a></li> </ul> </div> <div class="listlogo margintopdouble"> </div> <div class="margintopdouble"> </div> </div> </div> <div class="footer" role="contentinfo"> <ul> <li><a href="/">The Mail Archive home</a></li> <li><a href="/faq.html#newlist">Add your mailing list</a></li> <li><a href="/faq.html">FAQ</a></li> <li><a href="/faq.html#support">Support</a></li> <li><a href="/faq.html#privacy">Privacy</a></li> <li class="darkgray">20200410080631.EECC433E1B@hamza.pair.com</li> </ul> </div> </body> </html>