fix content type typo

main
Bryce Allen 11 years ago
parent 51fab8170b
commit e289a24aa6

@ -72,7 +72,7 @@ class App(object):
if etag in req.if_none_match: if etag in req.if_none_match:
return exc.HTTPNotModified() return exc.HTTPNotModified()
resp.content_type = "text/plan" resp.content_type = "text/plain"
item_name = req.params.get("item_name", "").strip() item_name = req.params.get("item_name", "").strip()
if not item_name: if not item_name:

Loading…
Cancel
Save