Author: jacopoc
Date: Wed Oct 7 08:29:20 2009
New Revision: 822621
URL:
http://svn.apache.org/viewvc?rev=822621&view=revLog:
"hard" wrapping was causing xml validation errors because new lines were added on form submit.
Modified:
ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/productsExportToEbay.ftl
Modified: ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/productsExportToEbay.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/productsExportToEbay.ftl?rev=822621&r1=822620&r2=822621&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/productsExportToEbay.ftl (original)
+++ ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/productsExportToEbay.ftl Wed Oct 7 08:29:20 2009
@@ -157,7 +157,7 @@
<td align="right" class="label">${uiLabelMap.FormFieldTitle_customXml}</td>
<td> </td>
<td>
- <textarea cols="60" rows="6" wrap="hard" name="customXml">${customXml?if_exists}</textarea>
+ <textarea cols="60" rows="6" wrap="soft" name="customXml">${customXml?if_exists}</textarea>
</td>
</tr>
<tr>