Skip to content

Commit

Permalink
Fix the traduire.toml charset
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jul 30, 2024
1 parent f38dffa commit 6668a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,4 @@ def traduire_toml(request):
project.toml(request=request)
for project in Project.objects.for_user(request.user)
)
return http.HttpResponse(toml, content_type="text/plain")
return http.HttpResponse(toml, content_type="text/plain; charset=utf-8")

0 comments on commit 6668a46

Please sign in to comment.