diff --git a/IPython/html/base/handlers.py b/IPython/html/base/handlers.py
index c9333804f..14b9ee410 100644
--- a/IPython/html/base/handlers.py
+++ b/IPython/html/base/handlers.py
@@ -212,7 +212,7 @@ class IPythonHandler(AuthenticatedHandler):
"""render custom error pages"""
exception = kwargs.get('exception')
message = ''
- status_message = responses.get(status_code, 'Unknown')
+ status_message = responses.get(status_code, 'Unknown HTTP Error')
if exception:
# get the custom message, if defined
try: