Try setting style

merge-requests/8/head
Bob Mottram 2020-12-26 14:20:41 +00:00
parent ece2118680
commit c515b8a5bd
1 changed files with 1 additions and 1 deletions

View File

@ -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: