Skip to content

Commit

Permalink
Start module Py2 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
triplus authored and yorikvanhavre committed Feb 19, 2019
1 parent dca9120 commit 99b289e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Start/StartPage/StartPage.py
Expand Up @@ -217,9 +217,9 @@ def buildCard(filename,method,arg=None):
result += '<li class="icon">'
result += '<img src="file:///'+image+'">'
result += '<div class="caption">'
result += '<h4>'+basename+'</h4>'
result += '<h4>'+encode(basename)+'</h4>'
result += '<p>'+size+'</p>'
result += '<p>'+author+'</p>'
result += '<p>'+encode(author)+'</p>'
result += '</div>'
result += '</li>'
result += '</a>'
Expand Down

0 comments on commit 99b289e

Please sign in to comment.