Skip to content

Commit

Permalink
fix for 500 error on HTTP-ACCEPT: text/plain
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Oct 30, 2013
1 parent 9471b5d commit 91c829d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/lib/accept.py
Expand Up @@ -12,7 +12,6 @@
# Name : ContentType, Is Markup?, Extension
"text/html": ("text/html; charset=utf-8", True, 'html'),
"text/n3": ("text/n3; charset=utf-8", False, 'n3'),
"text/plain": ("text/plain; charset=utf-8", False, 'txt'),
"application/rdf+xml": ("application/rdf+xml; charset=utf-8", True, 'rdf'),
}
accept_by_extension = {
Expand Down

0 comments on commit 91c829d

Please sign in to comment.