Fixed an incorrect content_type
- Legacy-Id: 17102
This commit is contained in:
parent
6ae270a4d8
commit
8364e119bc
|
@ -824,7 +824,7 @@ def document_bibtex(request, name, rev=None):
|
|||
latest_revision=latest_revision,
|
||||
doi=doi,
|
||||
),
|
||||
content_type="application/xml; charset=utf-8",
|
||||
content_type="text/plain; charset=utf-8",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue