diff --git a/src/Mod/Draft/draftguitools/gui_texts.py b/src/Mod/Draft/draftguitools/gui_texts.py index 06ec46c812..ef40496ffb 100644 --- a/src/Mod/Draft/draftguitools/gui_texts.py +++ b/src/Mod/Draft/draftguitools/gui_texts.py @@ -86,6 +86,7 @@ class Text(gui_base_original.Creator): def createObject(self): """Create the actual object in the current document.""" text_list = self.text + text_list = [text.replace("\"","\\\"") for text in text_list] # If the last element is an empty string "" we remove it if not text_list[-1]: