diff mbox series

[committed] wwwdocs: git: Remove trailing slash from <meta> tags

Message ID 20230116185944.4BF8233F26@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: git: Remove trailing slash from <meta> tags | expand

Commit Message

Gerald Pfeifer Jan. 16, 2023, 6:59 p.m. UTC
This is nearly the last case in our tree; nearly current HTML 5 across, 
now.

Gerald
---
 htdocs/git.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/git.html b/htdocs/git.html
index 4a8b1004..fc30c5ab 100644
--- a/htdocs/git.html
+++ b/htdocs/git.html
@@ -3,8 +3,8 @@ 
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="description" content="Anonymous read-only access to the GCC project Git source repository." />
-<meta name="keywords" content="Git, version control, GCC, source, public, repository" />
+<meta name="description" content="Anonymous read-only access to the GCC project Git source repository.">
+<meta name="keywords" content="Git, version control, GCC, source, public, repository">
 <title>GCC: Anonymous read-only Git access</title>
 <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css">
 </head>