src/Builder4/Editor.bjs
[roobuilder] / src / Builder4 / Editor.bjs
index 421304c..1806e88 100644 (file)
@@ -78,7 +78,7 @@
             "\t\tsig += (\"\\n\\n\"  + help.contents[1].value);",
             "\t}",
             "\t",
-            "\tthis.el.set_markup(string.join(str,\" \"));",
+            "\tthis.el.set_markup(string.join(\" \",str));",
             "\t",
             "}"
            ]