This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flex-site.git
The following commit(s) were added to refs/heads/trunk by this push:
new 2a580c3 adding an alt to img
2a580c3 is described below
commit 2a580c353883c75ec4111b309a475efb92b7a09f
Author: Carlos Rovira <[email protected]>
AuthorDate: Mon Jul 27 17:55:43 2020 +0200
adding an alt to img
---
templates/flex-v2-hometemplate-top.mdtext | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/flex-v2-hometemplate-top.mdtext
b/templates/flex-v2-hometemplate-top.mdtext
index 1d03218..e08d673 100644
--- a/templates/flex-v2-hometemplate-top.mdtext
+++ b/templates/flex-v2-hometemplate-top.mdtext
@@ -6,7 +6,7 @@
<div class="flexslider home">
<ul class="slides">
- <li><img src="images/slider4.jpg" alt="" /></li>
+ <li><img src="images/slider4.jpg" alt="One Codebase, Multiple
Devices" /></li>
<li><img src="images/slider1.jpg" alt="" /></li>
<li><img src="images/slider2.jpg" alt="" /></li>
<li><img src="images/slider3.jpg" alt="" /></li>