You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2021/02/20 07:59:00 UTC

[struts-site] 02/03: Adds missing alt attributes

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

lukaszlenart pushed a commit to branch security-impact-levels
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit 73ee8ba8a83322afa1c0df2dee0a81de3b17fc12
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Feb 19 21:06:49 2021 +0100

    Adds missing alt attributes
---
 source/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/index.html b/source/index.html
index ec33cb6..7136a45 100644
--- a/source/index.html
+++ b/source/index.html
@@ -12,10 +12,10 @@ title: Welcome to the Apache Struts project
       REST, AJAX and JSON.
     </p>
     <a href="download.cgi#struts{{ site.current_version_short }}" class="btn btn-primary btn-large">
-      <img src="img/download-icon.svg"> Download
+      <img src="img/download-icon.svg" alt="Download"> Download
     </a>
     <a href="primer.html" class="btn btn-info btn-large">
-      <img src="img/primer-icon.svg"> Technology Primer
+      <img src="img/primer-icon.svg" alt="Technology Primer"> Technology Primer
     </a>
   </div>
 </div>