diff options
author | Georg Brandl <georg@python.org> | 2011-01-05 10:59:48 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-05 10:59:48 (GMT) |
commit | 069149155bbd0ea33ab263c14c021f93125e9151 (patch) | |
tree | 0d7ee8888d7003aa19076cdb77ab1812cadf0893 /Doc/tools/sphinxext/indexcontent.html | |
parent | b996f740f2cef6a98c046b4ba7b844c73adaefb8 (diff) | |
download | cpython-069149155bbd0ea33ab263c14c021f93125e9151.zip cpython-069149155bbd0ea33ab263c14c021f93125e9151.tar.gz cpython-069149155bbd0ea33ab263c14c021f93125e9151.tar.bz2 |
Fix duplicate end tag.
Diffstat (limited to 'Doc/tools/sphinxext/indexcontent.html')
-rw-r--r-- | Doc/tools/sphinxext/indexcontent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/indexcontent.html b/Doc/tools/sphinxext/indexcontent.html index 3baed1c..d5e17cd 100644 --- a/Doc/tools/sphinxext/indexcontent.html +++ b/Doc/tools/sphinxext/indexcontent.html @@ -4,7 +4,7 @@ <table class="contentstable" align="center"><tr> <td width="50%"> <p class="biglink"><a class="biglink" href="{{ pathto("whatsnew/" + version) }}">What's new in Python {{ version }}?</a><br/> - <span class="linkdescr">or <a href="{{ pathto("whatsnew/index") }}">all "What's new" documents</a> since 2.0</span></span></p> + <span class="linkdescr">or <a href="{{ pathto("whatsnew/index") }}">all "What's new" documents</a> since 2.0</span></p> <p class="biglink"><a class="biglink" href="{{ pathto("tutorial/index") }}">Tutorial</a><br/> <span class="linkdescr">start here</span></p> <p class="biglink"><a class="biglink" href="{{ pathto("library/index") }}">Library Reference</a><br/> |