Skip to content

Commit 8364e11

Browse files
committed
Fixed an incorrect content_type
- Legacy-Id: 17102
1 parent 6ae270a commit 8364e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/views_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ def document_bibtex(request, name, rev=None):
824824
latest_revision=latest_revision,
825825
doi=doi,
826826
),
827-
content_type="application/xml; charset=utf-8",
827+
content_type="text/plain; charset=utf-8",
828828
)
829829

830830

0 commit comments

Comments
 (0)