svn commit: r822621 - /ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/productsExportToEbay.ftl

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

svn commit: r822621 - /ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/productsExportToEbay.ftl

jacopoc
Author: jacopoc
Date: Wed Oct  7 08:29:20 2009
New Revision: 822621

URL: http://svn.apache.org/viewvc?rev=822621&view=rev
Log:
"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>&nbsp;</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>