[Python-checkins] cpython (3.3): Fix template syntax.

georg.brandl python-checkins at python.org
Mon Oct 1 19:38:48 CEST 2012


http://hg.python.org/cpython/rev/735bfdb1fbb0
changeset:   79375:735bfdb1fbb0
branch:      3.3
parent:      79372:bbe998bb42d2
user:        Georg Brandl <georg at python.org>
date:        Mon Oct 01 19:38:34 2012 +0200
summary:
  Fix template syntax.

files:
  Doc/tools/sphinxext/layout.html |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/tools/sphinxext/layout.html b/Doc/tools/sphinxext/layout.html
--- a/Doc/tools/sphinxext/layout.html
+++ b/Doc/tools/sphinxext/layout.html
@@ -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');

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list