diff --git a/src/Mod/Start/StartPage/StartPage.py b/src/Mod/Start/StartPage/StartPage.py index cd919e8725..2c3ae918a4 100644 --- a/src/Mod/Start/StartPage/StartPage.py +++ b/src/Mod/Start/StartPage/StartPage.py @@ -332,9 +332,12 @@ def handle(): if FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Start").GetBool("ShowExamples",True): SECTION_EXAMPLES = encode("

"+TranslationTexts.T_EXAMPLES+"

") SECTION_EXAMPLES += "" HTML = HTML.replace("SECTION_EXAMPLES",SECTION_EXAMPLES)