Skip to content
Snippets Groups Projects
Commit a13f1caf authored by Jakob Sack's avatar Jakob Sack
Browse files

Fix the generation of the address list

parent b6a593b2
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ define(function(require) {
label = t('mail', 'you');
}
var title = t('mail', 'Send message to {email}', {email: email});
memo += '<span class="tipsy-mailto" title="' + title + '>';
memo += '<span class="tipsy-mailto" title="' + title + '">';
memo += '<a class="link-mailto" data-email="" + email + "" data-label="" + label + "">';
memo += label + '</a></span>';
return memo;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment