diff options
author | Georg Brandl <georg@python.org> | 2012-10-01 17:26:09 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-10-01 17:26:09 (GMT) |
commit | 243729151e3b49c9b7dfff741ee173c52aba63a0 (patch) | |
tree | 8cf621b9d27f4f27b845aab934c0881db7f9fc9f | |
parent | 44d0c2156a292b2e9297b2220941e340d4ec32df (diff) | |
download | cpython-243729151e3b49c9b7dfff741ee173c52aba63a0.zip cpython-243729151e3b49c9b7dfff741ee173c52aba63a0.tar.gz cpython-243729151e3b49c9b7dfff741ee173c52aba63a0.tar.bz2 |
Fix page name.
-rw-r--r-- | 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 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'); |