(httpd-site) branch main updated: Resolve a few remaining w3.org validation complaints.
[email protected] Mon, 01 Jun 2026 12:35:27 +0000
Newsgroups
gmane.comp.apache.cvs
Message-ID
<178031732762.2306524.8997858811387235879@gitbox3-he-fi.apache.org>
This is an automated email from the ASF dual-hosted git repository.
rbowen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/httpd-site.git
The following commit(s) were added to refs/heads/main by this push:
new 5090538 Resolve a few remaining w3.org validation complaints.
5090538 is described below
commit 50905387a82c4cc3010d4cf3a54086fb0d39260d
Author: Rich Bowen <[email protected] >
AuthorDate: Mon Jun 1 08:35:02 2026 -0400
Resolve a few remaining w3.org validation complaints.
---
theme/apache/templates/base.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 2a22e08..01168b2 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <link href="/css/apsite.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
- <meta name="author" content="Documentation Group" /><meta name="email" content="[email protected] " />
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link href="/css/apsite.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet">
+ <meta name="author" content="Documentation Group"><meta name="email" content="[email protected] ">
{% block head %}
<title>{{ page.title }} - The Apache HTTP Server Project</title>
{% endblock %}
@@ -22,10 +22,10 @@ h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover
<p class="menu"> </p>
<p class="apache"> </p>
<a href="/">
- <img alt="Apache HTTP Server" src="/images/httpd_logo_wide_new.png" id="site-logo" />
+ <img alt="Apache HTTP Server" src="/images/httpd_logo_wide_new.png" id="site-logo">
</a>
<a class="badge" href="https://www.apache.org/foundation/contributing.html">
- <img src="https://www.apache.org/images/SupportApache-small.png">
+ <img src="https://www.apache.org/images/SupportApache-small.png" alt="Support Apache">
</a>
<button id="menu-toggle" aria-label="Toggle navigation menu">☰</button>
</div>
@@ -111,7 +111,7 @@ h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover
{% endblock %}
<!-- FOOTER -->
<div id="footer">
- <p>Copyright © 1997-{{ CURRENTYEAR }} The Apache Software Foundation.<br />
+ <p>Copyright © 1997-{{ CURRENTYEAR }} The Apache Software Foundation.<br>
Apache HTTP Server, Apache, the Apache logo and the Apache HTTP Server logo are
either registered trademarks or trademarks of The Apache Software Foundation in the United States
and other countries.</p>