Add icon= to error html format()
This commit is contained in:
parent
e56ed54102
commit
434a904335
@ -579,5 +579,5 @@ class BrowserPage(QWebPage):
|
||||
urlstr = urlutils.urlstring(info.url)
|
||||
title = "Error loading page: {}".format(urlstr)
|
||||
errpage.content = read_file('html/error.html').format(
|
||||
title=title, url=urlstr, error=info.errorString)
|
||||
title=title, url=urlstr, error=info.errorString, icon='')
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user