diff --git a/IPython/html/templates/notebook.html b/IPython/html/templates/notebook.html index 947bf0b..0d8ebc1 100644 --- a/IPython/html/templates/notebook.html +++ b/IPython/html/templates/notebook.html @@ -265,7 +265,10 @@ data-notebook-path="{{notebook_path}}" {% for helplinks in sections %} {% for link in helplinks %}
  • - {{'' if link[2]}} + {% if link[2] %} + + {% endif %} + {{link[1]}}
  • {% endfor %} @@ -319,7 +322,7 @@ data-notebook-path="{{notebook_path}}" {% block script %} {{super()}}