|
From: <md...@us...> - 2008-10-23 13:30:25
|
Revision: 6305
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6305&view=rev
Author: mdboom
Date: 2008-10-23 13:30:15 +0000 (Thu, 23 Oct 2008)
Log Message:
-----------
Fix w3c compliance. (Xavier Gnata)
Modified Paths:
--------------
trunk/matplotlib/doc/_templates/gen_gallery.py
Modified: trunk/matplotlib/doc/_templates/gen_gallery.py
===================================================================
--- trunk/matplotlib/doc/_templates/gen_gallery.py 2008-10-23 12:57:15 UTC (rev 6304)
+++ trunk/matplotlib/doc/_templates/gen_gallery.py 2008-10-23 13:30:15 UTC (rev 6305)
@@ -7,7 +7,7 @@
{%% block body %%}
<h3>Click on any image to see full size image and source code</h3>
-<br>
+<br/>
%s
{%% endblock %%}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|