Skip to content

Commit 0ead090

Browse files
committed
WEB: Obfuscating workgroup email addresses to fix Issue pandas-dev#51209
1 parent b9a4335 commit 0ead090

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

web/pandas/about/team.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,15 @@ The project governance is available in the [project governance page]({{ base_url
5252
### {{ workgroup.name }}
5353

5454
<ul>
55-
<li><b>Contact:</b> <a href="mailto:{{ workgroup.contact }}">{{ workgroup.contact }}</a></li>
55+
<li><b>Contact:</b>
56+
<script TYPE="text/javascript">
57+
var email='{{ workgroup.contact }}'
58+
document.write(
59+
'<a href="mailto:' + email + '">'
60+
+ email + '</a>'
61+
)
62+
</script>
63+
</li>
5664
<li><b>Responsibilities:</b> {{ workgroup.responsibilities }}</li>
5765
<li><b>Members:</b>
5866
<ul>

0 commit comments

Comments
 (0)