diff --git a/IPython/html/templates/texteditor.html b/IPython/html/templates/texteditor.html index 4e6f5af..bb34c91 100644 --- a/IPython/html/templates/texteditor.html +++ b/IPython/html/templates/texteditor.html @@ -5,6 +5,11 @@ {% block stylesheet %} + {{super()}} {% endblock %} @@ -43,7 +48,7 @@ data-file-path="{{file_path}}" -
+ {% endblock %}