diff --git a/src/Mod/Start/StartPage/StartPage.py b/src/Mod/Start/StartPage/StartPage.py index e308a49ffc..6b3a6d85a5 100644 --- a/src/Mod/Start/StartPage/StartPage.py +++ b/src/Mod/Start/StartPage/StartPage.py @@ -217,9 +217,9 @@ def buildCard(filename,method,arg=None): result += '
  • ' result += '' result += '
    ' - result += '

    '+basename+'

    ' + result += '

    '+encode(basename)+'

    ' result += '

    '+size+'

    ' - result += '

    '+author+'

    ' + result += '

    '+encode(author)+'

    ' result += '
    ' result += '
  • ' result += ''