@ -169,8 +169,7 @@ Misuzu.Forum.Editor.init = function() {
uploadElemProgressText.textContent = '';
const insertTheLinkIntoTheBoxEx2 = function() {
// should be more intelligent than just ploinking a space in front
$insertTags(postingText, ' ' + insertText, '');
$insertTags(postingText, insertText, '');
postingText.value = postingText.value.trim();
};