--- a/Helpviewer/Network/EricAccessHandler.py Mon Dec 22 18:12:00 2014 +0100 +++ b/Helpviewer/Network/EricAccessHandler.py Mon Dec 22 18:31:23 2014 +0100 @@ -76,7 +76,8 @@ htmlFile.open(QFile.ReadOnly) html = bytes(htmlFile.readAll()).decode() - html = (html.replace("@FAVICON@", "qrc:icons/ericWeb16.png") + html = ( + html.replace("@FAVICON@", "qrc:icons/ericWeb16.png") .replace("@IMG_PLUS@", "qrc:icons/plus.png") .replace("@IMG_CLOSE@", "qrc:icons/close.png") .replace("@IMG_EDIT@", "qrc:icons/edit.png")