Start module Py2 encoding

https://forum.freecadweb.org/viewtopic.php?p=287690#p287600
This commit is contained in:
triplus
2019-02-18 23:22:24 +01:00
committed by Yorik van Havre
parent dca9120de7
commit 99b289e541

View File

@@ -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>'