public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
From: Gerald Pfeifer <gerald@sourceware.org>
To: gcc-cvs-wwwdocs@gcc.gnu.org
Subject: gcc-wwwdocs branch master updated. 631a602cdea1d9885cb7a3ec3ad2c96e7e2d529a
Date: Sun, 23 Oct 2022 09:38:47 +0000 (GMT)	[thread overview]
Message-ID: <20221023093847.B3C9B3858D28@sourceware.org> (raw)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  631a602cdea1d9885cb7a3ec3ad2c96e7e2d529a (commit)
      from  b003b56b0ac8c3c4b38c5e45ae7031dd2c2ead33 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 631a602cdea1d9885cb7a3ec3ad2c96e7e2d529a
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun Oct 23 11:31:07 2022 +0200

    index: Remove trailing slashes on <input> tags
    
    HTML 5 recommends against those (relicts from the XHTML days).

diff --git a/htdocs/index.html b/htdocs/index.html
index f45b9664..fdf50cf0 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -201,13 +201,13 @@ More news? Let gerald@pfeifer.com know!
 <h2>Get our announcements</h2>
 
   <form method="get" action="https://gcc.gnu.org/cgi-bin/ml-request">
-    <input type="hidden" name="digest"    value="off" />
-    <input type="hidden" name="operation" value="subscribe" />
-    <input type="hidden" name="listname"  value="gcc-announce" />
+    <input type="hidden" name="digest"    value="off">
+    <input type="hidden" name="operation" value="subscribe">
+    <input type="hidden" name="listname"  value="gcc-announce">
     <input type="text"   name="username"  value="your e-mail address"
-      size="20" class="smaller" />
+      size="20" class="smaller">
     <input type="submit" name="submit"    value="Subscribe"
-      class="smaller" />
+      class="smaller">
   </form>
 
 
diff --git a/htdocs/searchbox.ihtml b/htdocs/searchbox.ihtml
index c066df0b..ec8f4b9b 100644
--- a/htdocs/searchbox.ihtml
+++ b/htdocs/searchbox.ihtml
@@ -1,9 +1,9 @@
 <div>
 
 <form method="get" action="https://gcc.gnu.org/cgi-bin/search.cgi">
-<input type="text" size="30" name="q" value="" class="smaller" />
-<input type="hidden" name="cmd" value="Search" />
-<input type="submit" value="Search" class="smaller" />
+<input type="text" size="30" name="q" value="" class="smaller">
+<input type="hidden" name="cmd" value="Search">
+<input type="submit" value="Search" class="smaller">
 <br>
 <span class="smaller">Match: <select name="m" class="smaller">
   <option value="all">All words</option>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/index.html      | 10 +++++-----
 htdocs/searchbox.ihtml |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

                 reply	other threads:[~2022-10-23  9:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221023093847.B3C9B3858D28@sourceware.org \
    --to=gerald@sourceware.org \
    --cc=gcc-cvs-wwwdocs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).