Favicon filename

merge-requests/8/head
Bob Mottram 2021-01-07 12:12:09 +00:00
parent 7442eefbd0
commit 13c05db596
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='/default_favicon.ico'\""
return " onerror=\"this.onerror=null; this.src='/newswire_favicon.ico'\""
def _getNewswireFavicon(url: str) -> str: