Skip to content

Commit

Permalink
fix email address
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Jan 11, 2022
1 parent f4753f7 commit 5dcfbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/view-helper.js
Expand Up @@ -387,7 +387,7 @@ define('view-helper', ['lib!marked', 'lib!dompurify'], function (marked, DOMPuri
}

text = text.replace(
/<a href="mailto:(.*!\")"/gm,
/<a href="mailto:(.*)"/gm,
'<a href="javascript:" data-email-address="$1" data-action="mailTo"'
);

Expand Down

0 comments on commit 5dcfbf0

Please sign in to comment.