--- a/Helpviewer/Network/FileReply.py Fri Oct 18 23:00:41 2013 +0200 +++ b/Helpviewer/Network/FileReply.py Fri Nov 01 15:48:48 2013 +0100 @@ -183,7 +183,8 @@ pixmap.fill(Qt.transparent) imageBuffer.buffer().clear() pixmap.save(imageBuffer, "PNG") - return cssString.format(size + 4, + return cssString.format( + size + 4, str(imageBuffer.buffer().toBase64(), encoding="ascii")) def __loadDirectory(self):