diff mbox series

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

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

Commit Message

Gerald Pfeifer Jan. 17, 2023, 9:12 p.m. UTC
Last such occurrence in the tree - gone now.

Gerald

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

Patch

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