StartPage: fix regression of #5515

This commit is contained in:
wmayer
2022-02-14 08:37:53 +01:00
parent 8edc1ebe73
commit 4abd91c8e0

View File

@@ -502,6 +502,7 @@ def handle():
UL_WORKBENCHES += '<a href="https://www.freecadweb.org/wiki/'+wn+'_Workbench">'+wn.replace("ReverseEngineering","ReverseEng")+'</a>'
UL_WORKBENCHES += '</li>'
UL_WORKBENCHES += '</ul>'
HTML = HTML.replace("UL_WORKBENCHES", UL_WORKBENCHES)
# Detect additional addons that are not a workbench