From b9d0a5f7386c8b3b04bb733f772ae31f321999bb 2014-01-08 23:03:28 From: MinRK Date: 2014-01-08 23:03:28 Subject: [PATCH] remove unnecessary conversion of newline to br tag relic from when I was using div, not pre --- 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 %}