diff --git a/aqt/importing.py b/aqt/importing.py index d62f0edc3..a69e2cb98 100644 --- a/aqt/importing.py +++ b/aqt/importing.py @@ -69,7 +69,7 @@ class ImportDialog(QDialog): self.connect(self.frm.autoDetect, SIGNAL("clicked()"), self.onDelimiter) self.updateDelimiterButtonText() - self.frm.allowHTML.setChecked(self.mw.pm.profile.get('allowHTML', False)) + self.frm.allowHTML.setChecked(self.mw.pm.profile.get('allowHTML', True)) self.frm.importMode.setCurrentIndex(self.mw.pm.profile.get('importMode', 0)) self.exec_()