Skip to content

Commit

Permalink
Use text/html instead of plain, for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolidori committed Feb 16, 2024
1 parent f4158b9 commit 63b219d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/translate/logic/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 63b219d

Please sign in to comment.