Start module Py2 encoding
https://forum.freecadweb.org/viewtopic.php?p=287690#p287600
This commit is contained in:
@@ -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>'
|
||||
|
||||
Reference in New Issue
Block a user