Skip to content

Commit 0691491

Browse files
committed
Fix duplicate end tag.
1 parent b996f74 commit 0691491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tools/sphinxext/indexcontent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<table class="contentstable" align="center"><tr>
55
<td width="50%">
66
<p class="biglink"><a class="biglink" href="{{ pathto("whatsnew/" + version) }}">What's new in Python {{ version }}?</a><br/>
7-
<span class="linkdescr">or <a href="{{ pathto("whatsnew/index") }}">all "What's new" documents</a> since 2.0</span></span></p>
7+
<span class="linkdescr">or <a href="{{ pathto("whatsnew/index") }}">all "What's new" documents</a> since 2.0</span></p>
88
<p class="biglink"><a class="biglink" href="{{ pathto("tutorial/index") }}">Tutorial</a><br/>
99
<span class="linkdescr">start here</span></p>
1010
<p class="biglink"><a class="biglink" href="{{ pathto("library/index") }}">Library Reference</a><br/>

0 commit comments

Comments
 (0)