public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 631a602cdea1d9885cb7a3ec3ad2c96e7e2d529a
@ 2022-10-23  9:38 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2022-10-23  9:38 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

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

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

only message in thread, other threads:[~2022-10-23  9:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-23  9:38 gcc-wwwdocs branch master updated. 631a602cdea1d9885cb7a3ec3ad2c96e7e2d529a 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).