src/Builder4/Editor.bjs
[roobuilder] / src / Builder4 / Editor.vala
index d3bc65f..c9f8b00 100644 (file)
@@ -560,7 +560,7 @@ public class Editor : Object
                                sig += ("\n\n"  + help.contents[1].value);
                        }
                        
-                       this.el.set_markup(str.join(" "));
+                       this.el.set_markup(string.joinv(str," "));
                        
                }
        }