You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2019/01/02 19:59:19 UTC

[celix-site] 09/12: CELIX-449: Adding alt attribute to img tag to retrieve valid HTML markup

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

rlenferink pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit 369aa6b4b40ca570d2c014edfba021eaa853b969
Author: Roy Lenferink <rl...@apache.org>
AuthorDate: Sun Dec 30 12:01:14 2018 +0100

    CELIX-449: Adding alt attribute to img tag to retrieve valid HTML markup
---
 source/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/index.html b/source/index.html
index d95514b..21c4bd4 100644
--- a/source/index.html
+++ b/source/index.html
@@ -12,7 +12,7 @@ title: Welcome to Apache Celix
       </div>
 
       <div class="row my-4">
-        <img class="text-center mx-auto img-home" src="/assets/img/celix.svg">
+        <img class="text-center mx-auto img-home" src="/assets/img/celix.svg" alt="Celix Logo">
       </div>
 
       <div class="col-sm-12 mb-4">