diff --git a/src/Mod/TechDraw/App/DrawSVGTemplate.cpp b/src/Mod/TechDraw/App/DrawSVGTemplate.cpp index c8b97ef643..89c28b9121 100644 --- a/src/Mod/TechDraw/App/DrawSVGTemplate.cpp +++ b/src/Mod/TechDraw/App/DrawSVGTemplate.cpp @@ -295,7 +295,7 @@ std::map DrawSVGTemplate::getEditableTextsFromTemplate tfile.close(); //this catches all the tags: //keep tagRegex in sync with Gui/QGISVGTemplate.cpp - boost::regex tagRegex ("]*freecad:editable=[^>]*)>[^<]*]*>([^<]*)"); + boost::regex tagRegex ("]*freecad:editable=[^>]*)>[^<]*]*>([^<]*)"); boost::regex nameRegex("freecad:editable=\"(.*?)\""); boost::regex valueRegex("(.*?)");