]> granicus.if.org Git - python/commitdiff
Fix template syntax.
authorGeorg Brandl <georg@python.org>
Mon, 1 Oct 2012 17:38:34 +0000 (19:38 +0200)
committerGeorg Brandl <georg@python.org>
Mon, 1 Oct 2012 17:38:34 +0000 (19:38 +0200)
Doc/tools/sphinxext/layout.html

index 4db64f153bb477152515b9a5f17bcf04822e044b..b679f3aee6c0e89d32422e93b6043f4824dab17c 100644 (file)
@@ -8,7 +8,7 @@
 {% block extrahead %}
     <link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
     {% if not embedded %}<script type="text/javascript" src="{{ pathto('_static/copybutton.js', 1) }}"></script>{% endif %}
-    {% if pagename == 'whatsnew/changelog %}
+    {% if pagename == 'whatsnew/changelog' %}
     <script type="text/javascript">
       function dofilter() {
         var el = document.getElementById('searchbox');