You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/09/20 12:14:43 UTC

[groovy-website] branch asf-site updated: provide alt text

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

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5c56746  provide alt text
5c56746 is described below

commit 5c567468bc8c81b3cdfaadf2b80b4cb6c2aedd2d
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Sep 20 22:14:37 2022 +1000

    provide alt text
---
 site/src/site/includes/bottommenu.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/src/site/includes/bottommenu.groovy b/site/src/site/includes/bottommenu.groovy
index d8c650b..91524d5 100644
--- a/site/src/site/includes/bottommenu.groovy
+++ b/site/src/site/includes/bottommenu.groovy
@@ -27,6 +27,6 @@ footer(id: 'footer') {
             }
         }
         div(class: 'clearfix', "&copy; 2003-${Calendar.instance[Calendar.YEAR]} the Apache Groovy project &mdash; " +
-                "Groovy is Open Source, ${$a(href: 'http://www.apache.org/licenses/LICENSE-2.0.html', 'Apache 2 License')}. ${$a(href: 'https://privacy.apache.org/policies/privacy-policy-public.html', 'Privacy policy')}.")
+                "Groovy is Open Source, ${$a(href: 'http://www.apache.org/licenses/LICENSE-2.0.html', alt: 'Apache 2 License', 'license')}. ${$a(href: 'https://privacy.apache.org/policies/privacy-policy-public.html', 'Privacy policy')}.")
     }
 }