diff --git a/src/Mod/Start/StartPage/StartPage.py b/src/Mod/Start/StartPage/StartPage.py index 35b677a462..d3d76453d6 100644 --- a/src/Mod/Start/StartPage/StartPage.py +++ b/src/Mod/Start/StartPage/StartPage.py @@ -307,24 +307,23 @@ def handle(): SECTION_RECENTFILES = encode("") rf = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/RecentFiles") rfcount = rf.GetInt("RecentFiles",0) - if rfcount: - SECTION_RECENTFILES = encode("

"+TranslationTexts.T_RECENTFILES+"

") - SECTION_RECENTFILES += "' + SECTION_RECENTFILES = encode("

"+TranslationTexts.T_RECENTFILES+"

") + SECTION_RECENTFILES += "' HTML = HTML.replace("SECTION_RECENTFILES",SECTION_RECENTFILES) # build SECTION_EXAMPLES