commit 5044d07865354927051500745aa523466203bbb4 parent 4914359b1dd7dc7e46d48f42d63b7ae9fa714ce5 Author: Christian Grothoff <grothoff@gnunet.org> Date: Mon, 10 Oct 2022 11:49:55 +0200 add missing alt text on logo Diffstat:
| M | talermerchantdemos/templates/common-base.html.j2 | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2 @@ -32,7 +32,7 @@ {% endblock %} </div> <a href="https://taler.net/"> - <img src="{{ static('logo-white.svg') }}" height="100" width="224" style="margin: 2em 2em"><br/> + <img src="{{ static('logo-white.svg') }}" alt="GNU Taler logo" height="100" width="224" style="margin: 2em 2em"><br/> </a> </header>