Author: jleroux
Date: Thu Oct 29 16:25:43 2009
New Revision: 831016
URL:
http://svn.apache.org/viewvc?rev=831016&view=revLog:
"Applied fix from trunk for revision: 831010"
Finally doneby hand since I got a tree conflict (PromoForms.xml has moved)
------------------------------------------------------------------------
r831010 | jleroux | 2009-10-29 17:14:39 +0100 (jeu. 29 oct. 2009) | 1 ligne
Fix an twice encoded issue, visible for the 9017 promotion
------------------------------------------------------------------------
Modified:
ofbiz/branches/release09.04/applications/product/webapp/catalog/promo/PromoForms.xml
Modified: ofbiz/branches/release09.04/applications/product/webapp/catalog/promo/PromoForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/product/webapp/catalog/promo/PromoForms.xml?rev=831016&r1=831015&r2=831016&view=diff==============================================================================
--- ofbiz/branches/release09.04/applications/product/webapp/catalog/promo/PromoForms.xml (original)
+++ ofbiz/branches/release09.04/applications/product/webapp/catalog/promo/PromoForms.xml Thu Oct 29 16:25:43 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>