diff --git a/IPython/nbconvert/templates/html/basic.tpl b/IPython/nbconvert/templates/html/basic.tpl index 77fade2..21a51fd 100644 --- a/IPython/nbconvert/templates/html/basic.tpl +++ b/IPython/nbconvert/templates/html/basic.tpl @@ -95,7 +95,7 @@ unknown type {{ cell.type }} {%- endblock pyout %} {% block stream_stdout -%} -
+
 {{ output.text | ansi2html }}
 
@@ -159,7 +159,7 @@ height={{output.metadata['jpeg']['height']}} {%- endblock data_latex %} {% block pyerr -%} -
+
{{ super() }}
{%- endblock pyerr %}