diff --git a/trove/render/html_browse.py b/trove/render/html_browse.py index 4aa4006ad..9cd638e32 100644 --- a/trove/render/html_browse.py +++ b/trove/render/html_browse.py @@ -22,7 +22,7 @@ from ._base import BaseRenderer STABLE_MEDIATYPES = (JSONAPI_MEDIATYPE,) -UNSTABLE_MEDIATYPES = ('text/turtle', 'application/ld+json') +UNSTABLE_MEDIATYPES = ('text/turtle', 'application/ld+json', 'application/json') class RdfHtmlBrowseRenderer(BaseRenderer):