mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
- Fix lint error: whitespace.
Thanks to xet7 !
This commit is contained in:
parent
f8b89129a3
commit
111e4d8478
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Blaze.Template.registerHelper('mentions', new Template('mentions', function() {
|
|||
if(u){
|
||||
member.username = u.username;
|
||||
}
|
||||
return member;
|
||||
return member;
|
||||
});
|
||||
const mentionRegex = /\B@([\w.]*)/gi;
|
||||
let content = Blaze.toHTML(view.templateContentBlock);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue