From 0b565ee4ed460fff0b4f846c4885aa24ecdf3428 2013-05-02 04:34:05 From: Brian E. Granger Date: 2013-05-02 04:34:05 Subject: [PATCH] Merge pull request #3254 from minrk/fixurls fix a few URLs from previous PR --- diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index a057420..18aca09 100644 --- a/IPython/frontend/html/notebook/templates/notebook.html +++ b/IPython/frontend/html/notebook/templates/notebook.html @@ -11,7 +11,7 @@ window.mathjax_url = "{{mathjax_url}}"; - + @@ -195,16 +195,16 @@ class="notebook_app" {{super()}} - - - + + + - - - - - - + + + + + + diff --git a/IPython/frontend/html/notebook/templates/page.html b/IPython/frontend/html/notebook/templates/page.html index 823fb18..816038e 100644 --- a/IPython/frontend/html/notebook/templates/page.html +++ b/IPython/frontend/html/notebook/templates/page.html @@ -65,7 +65,7 @@ {% block script %} {% if use_less %} - + {% endif %} {% endblock %}