Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 628048a

Browse files
committed
Fix some HTML errors found with xmllint.
svn path=/trunk/matplotlib/; revision=6210
1 parent 8259def commit 628048a

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

doc/_templates/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,8 +1140,5 @@ <h1>Welcome</h1>
11401140

11411141
</tr>
11421142
</table>
1143-
</td>
1144-
</tr>
1145-
11461143
</table>
11471144
{% endblock %}

doc/_templates/indexsidebar.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<h3>Download</h3>
22
<p>Current version: <b>{{ version }}</b></p>
33
<p>Download matplotlib from the sourceforge <a
4-
href="http://sourceforge.net/projects/matplotlib">project</a> page.
4+
href="http://sourceforge.net/projects/matplotlib">project</a> page.
55

6-
There are also optional <a href="{{ pathto('users/toolkits') }}">toolkits</a> for matplotlib.
6+
There are also optional <a href="{{ pathto('users/toolkits') }}">toolkits</a> for matplotlib.
77

88
<h3>Need help?</h3>
9-
<p>Check the <a href="{{ pathto('contents') }}"}>docs</a>, the <a
9+
<p>Check the <a href="{{ pathto('contents') }}">docs</a>, the <a
1010
href="{{ pathto('faq/index') }}">faq</a>, and join the matplotlib mailing <a
1111
href="http://sourceforge.net/project/showfiles.php?group_id=80706">lists</a>
1212

@@ -20,5 +20,5 @@ <h3>Screenshots</h3>
2020
<a href="{{ pathto('users/screenshots') }}">screenshots</a> and <a href=examples>examples</a>
2121

2222

23-
23+
2424

0 commit comments

Comments
 (0)