diff --git a/IPython/html/templates/error.html b/IPython/html/templates/error.html index 2a28dae..bedf06c 100644 --- a/IPython/html/templates/error.html +++ b/IPython/html/templates/error.html @@ -22,7 +22,7 @@ div#header, div#site { {% if message %}

The error was:

-
{{message | replace('\n', '
')}}
+
{{message}}
{% endif %} {% endblock %}