From e1f4d0a85feca086c2de9255449ca553214113da Mon Sep 17 00:00:00 2001 From: MinRK Date: Wed, 1 May 2013 21:26:43 -0700 Subject: [PATCH] fix a few URLs from previous PR some of the URLs in the submodules PR were not updated --- .../html/notebook/templates/notebook.html | 20 +++++++++---------- .../html/notebook/templates/page.html | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index a0574200e..18aca0983 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 823fb1879..816038eac 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 %}