This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 5f38b701 Add `alt` attributes to `img` tags in
`www/public/HEADER.html` (#199)
5f38b701 is described below
commit 5f38b70178ac036da060345f7b89897bb3630177
Author: John Bampton <[email protected]>
AuthorDate: Thu Feb 22 10:48:08 2024 +1000
Add `alt` attributes to `img` tags in `www/public/HEADER.html` (#199)
Order the attributes
---
www/public/HEADER.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/public/HEADER.html b/www/public/HEADER.html
index 9f48cd61..4a58e74f 100644
--- a/www/public/HEADER.html
+++ b/www/public/HEADER.html
@@ -1,2 +1,2 @@
-<a href="http://www.apache.org/"><img title="ASF Logo"
src="https://www.apache.org/foundation/press/kit/asf_logo_small.png"/></a>
-<a href="/"><img src="../whimsy.svg" width="140" title="whimsy"/></a>
+<a href="http://www.apache.org/"><img alt="The Apache Software Foundation"
src="https://www.apache.org/foundation/press/kit/asf_logo_small.png" title="ASF
Logo"/></a>
+<a href="/"><img alt="whimsy" src="../whimsy.svg" title="whimsy"
width="140"/></a>