Author: erwan
Date: Thu Aug 19 19:07:34 2010
New Revision: 987271
URL:
http://svn.apache.org/viewvc?rev=987271&view=revLog:
removing trailing spaces
Modified:
ofbiz/trunk/framework/example/widget/example/ExampleForms.xml
Modified: ofbiz/trunk/framework/example/widget/example/ExampleForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleForms.xml?rev=987271&r1=987270&r2=987271&view=diff==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleForms.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleForms.xml Thu Aug 19 19:07:34 2010
@@ -128,7 +128,7 @@ under the License.
<field name="longDescription" title="${uiLabelMap.ExampleLongDescription}"/>
<field name="anotherText">
<drop-down allow-empty="true">
- <option key="Explicit Option" description="${uiLabelMap.ExampleExplicitOption}"/>
+ <option key="Explicit Option" description="${uiLabelMap.ExampleExplicitOption}"/>
<entity-options entity-name="ExampleType" description="${description}" key-field-name="exampleTypeId">
<entity-order-by field-name="description"/>
</entity-options>