summaryrefslogtreecommitdiff
path: root/paste/evalexception
diff options
context:
space:
mode:
Diffstat (limited to 'paste/evalexception')
-rw-r--r--paste/evalexception/middleware.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/evalexception/middleware.py b/paste/evalexception/middleware.py
index 85f539e..4fedbe0 100644
--- a/paste/evalexception/middleware.py
+++ b/paste/evalexception/middleware.py
@@ -407,7 +407,7 @@ class DebugInfo(object):
"No frame by id %s found from %r" % (tbid, self.frames))
def wsgi_application(self, environ, start_response):
- start_response('200 OK', [('content-type', 'text-html')])
+ start_response('200 OK', [('content-type', 'text/html')])
return self.content()
def content(self):