Substitute a default favicon

merge-requests/8/head
Bob Mottram 2021-01-07 10:46:35 +00:00
parent a3ed814e9f
commit 2d7a8b7d15
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.style='width:0%'; this.src=''\""
return " onerror=\"this.onerror=null; this.src='/default_favicon.ico'\""
def _getNewswireFavicon(url: str) -> str: