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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b8360b  Add missing attribute
     new 526c74a  Merge branch 'master' of 
https://github.com/apache/commons-build-plugin.git
2b8360b is described below

commit 2b8360bfe9f55c6f540865a4cd8092975a4ed2f4
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 24 08:52:08 2025 -0500

    Add missing attribute
---
 src/main/resources/commons-xdoc-templates/download-page-head.xml | 2 +-
 src/site/xdoc/download_build-plugin.xml                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/commons-xdoc-templates/download-page-head.xml 
b/src/main/resources/commons-xdoc-templates/download-page-head.xml
index 9f201ce..7b2e41e 100644
--- a/src/main/resources/commons-xdoc-templates/download-page-head.xml
+++ b/src/main/resources/commons-xdoc-templates/download-page-head.xml
@@ -81,7 +81,7 @@ limitations under the License.
         mirrors (at the end of the mirrors list) that should be
         available.
         <br></br>
-        [if-any logo]<a href="[link]"><img align="right" src="[logo]" 
border="0"></img></a>[end]
+        [if-any logo]<a href="[link]"><img align="right" src="[logo]" 
border="0" alt="Logo"></img></a>[end]
       </p>
 
       <form action="[location]" method="get" id="SelectMirror">
diff --git a/src/site/xdoc/download_build-plugin.xml 
b/src/site/xdoc/download_build-plugin.xml
index d95a815..0ace5d0 100644
--- a/src/site/xdoc/download_build-plugin.xml
+++ b/src/site/xdoc/download_build-plugin.xml
@@ -81,7 +81,7 @@ limitations under the License.
         mirrors (at the end of the mirrors list) that should be
         available.
         <br></br>
-        [if-any logo]<a href="[link]"><img align="right" src="[logo]" 
border="0"></img></a>[end]
+        [if-any logo]<a href="[link]"><img align="right" src="[logo]" 
border="0" alt="Logo"></img></a>[end]
       </p>
 
       <form action="[location]" method="get" id="SelectMirror">

Reply via email to