[Erp5-report] r13677 - /erp5/trunk/products/ERP5/Tool/ContributionOpener.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 26 19:38:16 CEST 2007


Author: jp
Date: Mon Mar 26 19:38:15 2007
New Revision: 13677

URL: http://svn.erp5.org?rev=13677&view=rev
Log:
Added trailing /

Modified:
    erp5/trunk/products/ERP5/Tool/ContributionOpener.py

Modified: erp5/trunk/products/ERP5/Tool/ContributionOpener.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/ContributionOpener.py?rev=13677&r1=13676&r2=13677&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/ContributionOpener.py (original)
+++ erp5/trunk/products/ERP5/Tool/ContributionOpener.py Mon Mar 26 19:38:15 2007
@@ -55,7 +55,7 @@
               file_list = dircache.listdir(localfile)
               s = StringIO()
               for f in file_list:
-                s.write('<p><a href="%s">%s</a></p>\n' % (urllib.quote(f), f))
+                s.write('<p><a href="%s/">%s</a></p>\n' % (urllib.quote(f), f))
               s.seek(0)
               headers = mimetools.Message(StringIO(
                   'Content-type: %s\nContent-length: %d\nLast-modified: %s\n' %




More information about the Erp5-report mailing list