gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] branch master updated: fix missing height/width


From: gnunet
Subject: [taler-www] branch master updated: fix missing height/width
Date: Tue, 04 May 2021 17:29:35 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new b99dd8e  fix missing height/width
b99dd8e is described below

commit b99dd8e56b2ab3194ab276530f7d036a790cf6f5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue May 4 17:29:32 2021 +0200

    fix missing height/width
---
 template/index.html.j2 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/template/index.html.j2 b/template/index.html.j2
index f01ec9c..6100d19 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -17,27 +17,27 @@
         <p>
         <ul class="checklist">
           <li>
-            <img class="checkmark" alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
+            <img class="checkmark" height=720 width=720 alt="checkmark" 
src="{{ url_static('images/checkmark.png') }}">
             {{ _("Payments without registration")}}
           </li>
           <li>
-            <img class="checkmark" alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
+            <img class="checkmark" height=720 width=720 alt="checkmark" 
src="{{ url_static('images/checkmark.png') }}">
             {{ _("Data protection by default")}}
           </li>
           <li>
-            <img class="checkmark" alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
+            <img class="checkmark" height=720 width=720 alt="checkmark" 
src="{{ url_static('images/checkmark.png') }}">
             {{ _("Fraud eliminated by design")}}
           </li>
           <li>
-            <img class="checkmark" alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
+            <img class="checkmark" height=720 width=720 alt="checkmark" 
src="{{ url_static('images/checkmark.png') }}">
             {{ _("Not a new currency!")}}
           </li>
           <li>
-            <img class="checkmark" alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
+            <img class="checkmark" height=720 width=720 alt="checkmark" 
src="{{ url_static('images/checkmark.png') }}">
             {{ _("Empowers communities to run their own payment 
infrastructure")}}
           </li>
           <li>
-            <img class="checkmark" alt="checkmark" src="{{ 
url_static('images/checkmark.png') }}">
+            <img class="checkmark" height=720 width=720 alt="checkmark" 
src="{{ url_static('images/checkmark.png') }}">
             <a href="https://gnu.org/philosophy/free-sw.html";>{{ _("Free 
Software") }}</a>
           </li>
         </ul>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]