diff --git a/webapp_column_right.py b/webapp_column_right.py index 36e1daada..5216e241d 100644 --- a/webapp_column_right.py +++ b/webapp_column_right.py @@ -190,7 +190,7 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str, def getBrokenFavSubstitute() -> str: """Substitute link used if a favicon is not available """ - return " onerror=\"this.onerror=null; this.src=''\"" + return " onerror=\"this.onerror=null; this.style='width:0%'; this.src=''\"" def getFavicon(url: str) -> str: