diff --git a/aqt/addons.py b/aqt/addons.py index da9107378..5c318bc29 100644 --- a/aqt/addons.py +++ b/aqt/addons.py @@ -574,7 +574,7 @@ class AddonsDialog(QDialog): showInfo(log_html, parent=self, textFormat="rich") if errs: msg = _("Please report this to the respective add-on author(s).") - showWarning("\n\n".join(errs + [msg]), parent=self, textFormat="plain") + showWarning("

".join(errs + [msg]), parent=self, textFormat="rich") self.redrawAddons()