gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: Replaced the @ symbol with 'AT' at em


From: gnunet
Subject: [taler-www] branch master updated: Replaced the @ symbol with 'AT' at email addresses in the footer due to spam
Date: Wed, 04 Jan 2023 19:19:35 +0100

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

skuegel pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new b73a429  Replaced the @ symbol with 'AT' at email addresses in the 
footer due to spam
     new 37dd8b0  Merge branch 'master' of git+ssh://git.taler.net/www
b73a429 is described below

commit b73a429a56d8803ba8805800b7eac09a362d9f2a
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Wed Jan 4 19:17:23 2023 +0100

    Replaced the @ symbol with 'AT' at email addresses in the footer due to spam
    
    Signed-off-by: Stefan Kügel <skuegel@web.de>
---
 common/footer.j2.inc | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/common/footer.j2.inc b/common/footer.j2.inc
index 8b7cec7..b5bfe90 100644
--- a/common/footer.j2.inc
+++ b/common/footer.j2.inc
@@ -22,13 +22,13 @@
       <div class="col-md-4 col-sm-12">
         <h4>{% trans %}Email Contacts{% endtrans %}</h4>
         <ul class="footer-list">
-          <li><a href="mailto:contact@taler.net";>{% trans %}General 
Inquiries{% endtrans %}</a></li>
-          <li><a href="mailto:sales@taler.net";>{% trans %}Sales{% endtrans 
%}</a></li>
-          <li><a href="mailto:marketing@taler.net";>{% trans %}Marketing{% 
endtrans %}</a></li>
-          <li><a href="mailto:press@taler.net";>{% trans %}PR and Media 
Contact{% endtrans %}</a></li>
-          <li><a href="mailto:invest@taler.net";>{% trans %}Investors Contact{% 
endtrans %}</a></li>
-          <li><a href="mailto:support@taler.net";>{% trans %}Support{% endtrans 
%}</a></li>
-          <li><a href="mailto:taler@gnu.org";>{% trans %}Mailing List{% 
endtrans %}</a></li>
+          <li><a href="mailto:contact'AT'taler.net">{% trans %}General 
Inquiries{% endtrans %}</a></li>
+          <li><a href="mailto:sales'AT'taler.net">{% trans %}Sales{% endtrans 
%}</a></li>
+          <li><a href="mailto:marketing'AT'taler.net">{% trans %}Marketing{% 
endtrans %}</a></li>
+          <li><a href="mailto:press'AT'taler.net">{% trans %}PR and Media 
Contact{% endtrans %}</a></li>
+          <li><a href="mailto:invest'AT'taler.net">{% trans %}Investors 
Contact{% endtrans %}</a></li>
+          <li><a href="mailto:support'AT'taler.net">{% trans %}Support{% 
endtrans %}</a></li>
+          <li><a href="mailto:taler'AT'gnu.org">{% trans %}Mailing List{% 
endtrans %}</a></li>
         </ul>
       </div>
       <div class="col-md-4 col-sm-20">

-- 
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]