mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge pull request #984 from hmhealey/linkfix
Fixed html used for autolinking
This commit is contained in:
@@ -102,7 +102,7 @@ function autolinkUrls(text, tokens) {
|
||||
}
|
||||
|
||||
tokens.set(alias, {
|
||||
value: '<a class="theme"' + target + ' href="${url}">${linkText}</a>',
|
||||
value: `<a class="theme" ${target} href="${url}">${linkText}</a>`,
|
||||
originalText: linkText
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user