summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-10-01 17:26:09 (GMT)
committerGeorg Brandl <georg@python.org>2012-10-01 17:26:09 (GMT)
commit243729151e3b49c9b7dfff741ee173c52aba63a0 (patch)
tree8cf621b9d27f4f27b845aab934c0881db7f9fc9f
parent44d0c2156a292b2e9297b2220941e340d4ec32df (diff)
downloadcpython-243729151e3b49c9b7dfff741ee173c52aba63a0.zip
cpython-243729151e3b49c9b7dfff741ee173c52aba63a0.tar.gz
cpython-243729151e3b49c9b7dfff741ee173c52aba63a0.tar.bz2
Fix page name.
-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 df728aa..4db64f1 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/news' %}
+ {% if pagename == 'whatsnew/changelog %}
<script type="text/javascript">
function dofilter() {
var el = document.getElementById('searchbox');