[Erp5-report] r10109 - /erp5/trunk/products/ERP5Form/MultiRelationField.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 18 17:57:15 CEST 2006


Author: vincent
Date: Mon Sep 18 17:57:13 2006
New Revision: 10109

URL: http://svn.erp5.org?rev=10109&view=rev
Log:
Replace '&' in URLs by standard '&'.

Modified:
    erp5/trunk/products/ERP5Form/MultiRelationField.py

Modified: erp5/trunk/products/ERP5Form/MultiRelationField.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/MultiRelationField.py?rev=10109&r1=10108&r2=10109&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/MultiRelationField.py (original)
+++ erp5/trunk/products/ERP5Form/MultiRelationField.py Mon Sep 18 17:57:13 2006
@@ -337,12 +337,12 @@
        (field.get_value('allow_jump') == 1):
       # Keep the selection name in the URL
       if REQUEST.get('selection_name') is not None:
-        selection_name_html = '&selection_name=%s&selection_index=%s' % \
+        selection_name_html = '&selection_name=%s&selection_index=%s' % \
               (REQUEST.get('selection_name'), REQUEST.get('selection_index'))
       else:
         selection_name_html = ''
       # Generate plan link
-      html_string += '<a href="%s/%s?field_id=%s&form_id=%s%s">' \
+      html_string += '<a href="%s/%s?field_id=%s&amp;form_id=%s%s">' \
                        '<img src="%s/images/jump.png" />' \
                      '</a>' % \
                 (here.absolute_url(), 




More information about the Erp5-report mailing list