summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-10-01 17:38:34 (GMT)
committerGeorg Brandl <georg@python.org>2012-10-01 17:38:34 (GMT)
commit4524b467338812b69da5783f4b5d38d02a5436b0 (patch)
tree30f9cb55b1e9f2e021bdf32880347e653abc4184 /Doc
parent6c4758152fc32d1b78c3caa83eca4e1f5b470c84 (diff)
downloadcpython-4524b467338812b69da5783f4b5d38d02a5436b0.zip
cpython-4524b467338812b69da5783f4b5d38d02a5436b0.tar.gz
cpython-4524b467338812b69da5783f4b5d38d02a5436b0.tar.bz2
Fix template syntax.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tools/sphinxext/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/layout.html b/Doc/tools/sphinxext/layout.html
index 4db64f1..b679f3a 100644
--- 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');