This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/trafficserver-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c0d542a  Remove trailing slash from void element for cleaner HTML5
c0d542a is described below

commit c0d542ac4bde099bdc20fcbf173198c6d7562b69
Author: Bryan Call <[email protected]>
AuthorDate: Fri Jan 9 09:25:44 2026 -0800

    Remove trailing slash from void element for cleaner HTML5
    
    Fixes W3C validator info message about trailing slashes
---
 content/index.html                   | 2 +-
 source/templates/index.template.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/index.html b/content/index.html
index eb5f7eb..4cc67b1 100644
--- a/content/index.html
+++ b/content/index.html
@@ -15,7 +15,7 @@ To update:
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <meta name="google-site-verification" 
content="0Zvqk8EoyLzvCzEZj86bw4McxpCrEzUskO2c1n5OqE8" />
+    <meta name="google-site-verification" 
content="0Zvqk8EoyLzvCzEZj86bw4McxpCrEzUskO2c1n5OqE8">
     <title>Apache Traffic Server</title>
     
     <link rel="stylesheet" href="/styles/tailwind-complete.css">
diff --git a/source/templates/index.template.html 
b/source/templates/index.template.html
index 5023e04..3957a13 100644
--- a/source/templates/index.template.html
+++ b/source/templates/index.template.html
@@ -15,7 +15,7 @@ To update:
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <meta name="google-site-verification" 
content="0Zvqk8EoyLzvCzEZj86bw4McxpCrEzUskO2c1n5OqE8" />
+    <meta name="google-site-verification" 
content="0Zvqk8EoyLzvCzEZj86bw4McxpCrEzUskO2c1n5OqE8">
     <title>Apache Traffic Server</title>
     
     <link rel="stylesheet" href="/styles/tailwind-complete.css">

Reply via email to