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/19 20:07:00 UTC

[struts-site] branch security-impact-levels updated: 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


The following commit(s) were added to refs/heads/security-impact-levels by this push:
     new 16942ba  Adds missing alt attributes
16942ba is described below

commit 16942ba9a2bd77d0a301becea38167f884a850db
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>