--- a/eric7/HelpViewer/HelpViewerImplQWE.py Wed Jun 22 17:53:08 2022 +0200 +++ b/eric7/HelpViewer/HelpViewerImplQWE.py Thu Jun 23 17:54:29 2022 +0200 @@ -101,7 +101,10 @@ @param url URL of the document @type QUrl """ - super().setUrl(url) + if url.toString() == "about:blank": + self.setHtml(self.__helpViewerWidget.emptyDocument()) + else: + super().setUrl(url) def link(self): """