diff --git a/ckanext/translate/logic/action.py b/ckanext/translate/logic/action.py index 25d8d55..7c3f7d7 100644 --- a/ckanext/translate/logic/action.py +++ b/ckanext/translate/logic/action.py @@ -96,7 +96,7 @@ def translate(context, data_dict): source_language_code=data_dict["from"], target_language_code=data_dict["to"], parent=parent, - mime_type="text/plain", + mime_type="text/html", ) except Exception as e: