From: Georg Brandl Date: Mon, 1 Oct 2012 17:38:34 +0000 (+0200) Subject: Fix template syntax. X-Git-Tag: v3.4.0a1~2420^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4524b467338812b69da5783f4b5d38d02a5436b0;p=python Fix template syntax. --- diff --git a/Doc/tools/sphinxext/layout.html b/Doc/tools/sphinxext/layout.html index 4db64f153b..b679f3aee6 100644 --- a/Doc/tools/sphinxext/layout.html +++ b/Doc/tools/sphinxext/layout.html @@ -8,7 +8,7 @@ {% block extrahead %} {% if not embedded %}{% endif %} - {% if pagename == 'whatsnew/changelog %} + {% if pagename == 'whatsnew/changelog' %}