svn commit: r831010 - /ofbiz/trunk/applications/product/widget/catalog/PromoForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r831010 - /ofbiz/trunk/applications/product/widget/catalog/PromoForms.xml

jleroux@apache.org
Author: jleroux
Date: Thu Oct 29 16:14:39 2009
New Revision: 831010

URL: http://svn.apache.org/viewvc?rev=831010&view=rev
Log:
Fix an twice encoded issue, visible for the 9017 promotion

Modified:
    ofbiz/trunk/applications/product/widget/catalog/PromoForms.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/PromoForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/PromoForms.xml?rev=831010&r1=831009&r2=831010&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/PromoForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/PromoForms.xml Thu Oct 29 16:14:39 2009
@@ -28,7 +28,7 @@
             </hyperlink>
         </field>
         <field name="promoName"><display/></field>
-        <field name="promoText"><display/></field>
+        <field name="promoText" encode-output="false"><display/></field>
         <field name="requireCode"><display/></field>
         <field name="createdDate"><display/></field>
     </form>