commit 2458f374d69bd6cc57f268013f6e9ebf02f132f9
Author: Matthew Finkel <matthew.fin...@gmail.com>
Date:   Tue Nov 20 02:55:37 2018 +0000

    Render the contact email address
    
     * FIXES #23894 https://bugs.torproject.org/23894
---
 bridgedb/distributors/https/templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bridgedb/distributors/https/templates/base.html 
b/bridgedb/distributors/https/templates/base.html
index edd25ff..93eb2b5 100644
--- a/bridgedb/distributors/https/templates/base.html
+++ b/bridgedb/distributors/https/templates/base.html
@@ -67,7 +67,7 @@ ${next.body(strings, rtl=rtl, lang=lang, **kwargs)}
             <h4>${_(strings.HELP[0])}</h4>
             <p>
               ${_(strings.HELP[1]) % \
-                 ("""<a href="mailto:frontd...@torproject.org";></a>""")}
+                 ("""<a 
href="mailto:frontd...@torproject.org";>frontd...@torproject.org</a>""")}
               ${_(strings.HELP[2])}
             </p>
           </div>

_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to