[Erp5-report] r17215 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 26 23:19:16 CEST 2007


Author: kazuhiko
Date: Fri Oct 26 23:19:16 2007
New Revision: 17215

URL: http://svn.erp5.org?rev=17215&view=rev
Log:
one semicolon is enough.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_download.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_download.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_download.xml?rev=17215&r1=17214&r2=17215&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_download.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_download.xml Fri Oct 26 23:19:16 2007
@@ -77,7 +77,7 @@
   response.setHeader(\'Content-type\', context.getFormat())\n
 \n
 file_name = context.getSourceReference() or context.getTitle() or context.getId()\n
-response.setHeader(\'Content-disposition\', \'attachment;; filename="%s"\' % file_name)\n
+response.setHeader(\'Content-disposition\', \'attachment; filename="%s"\' % file_name)\n
 return context.index_html(request, response)\n
 </string> </value>
         </item>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=17215&r1=17214&r2=17215&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Fri Oct 26 23:19:16 2007
@@ -1,1 +1,1 @@
-488
+489




More information about the Erp5-report mailing list