From c515b8a5bdda977e93116952619eb929dc5c3f96 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 26 Dec 2020 14:20:41 +0000 Subject: [PATCH] Try setting style --- webapp_column_right.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_column_right.py b/webapp_column_right.py index 36e1daad..5216e241 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: