[tor-commits] [bridgedb/develop] Render the contact email address
phw at torproject.org
phw at torproject.org
Tue May 21 00:46:35 UTC 2019
commit 2458f374d69bd6cc57f268013f6e9ebf02f132f9
Author: Matthew Finkel <Matthew.Finkel at 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:frontdesk at torproject.org"></a>""")}
+ ("""<a href="mailto:frontdesk at torproject.org">frontdesk at torproject.org</a>""")}
${_(strings.HELP[2])}
</p>
</div>
More information about the tor-commits
mailing list