You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/10/07 10:29:21 UTC

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

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>