diff --git a/js/mzta-compose-script.js b/js/mzta-compose-script.js index 80d35c68..f858b93b 100644 --- a/js/mzta-compose-script.js +++ b/js/mzta-compose-script.js @@ -76,7 +76,7 @@ switch (message.command) { break; } } - t += node.textContent; + t += node.textContent + " "; // Track the first and last nodes for range if (!firstNode) {