Separate with space too

pull/1/head
David Baker 2015-07-08 19:57:58 +01:00
parent 6a92fdc5e6
commit 12566c0c9c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ module.exports = {
}
if (additionals.length > 0) {
linkText += ' (' + additionals.join(',') + ')';
linkText += ' (' + additionals.join(', ') + ')';
}
return linkText;
}