Author: mrisaliti
Date: Fri Jan 7 20:36:25 2011
New Revision: 1056495
URL:
http://svn.apache.org/viewvc?rev=1056495&view=revLog:
A missed right parentheses
Modified:
ofbiz/trunk/applications/content/widget/WebSiteScreens.xml
Modified: ofbiz/trunk/applications/content/widget/WebSiteScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/WebSiteScreens.xml?rev=1056495&r1=1056494&r2=1056495&view=diff==============================================================================
--- ofbiz/trunk/applications/content/widget/WebSiteScreens.xml (original)
+++ ofbiz/trunk/applications/content/widget/WebSiteScreens.xml Fri Jan 7 20:36:25 2011
@@ -217,7 +217,7 @@ under the License.
<field-map field-name="dataResourceId" from-field="content.dataResourceId"/>
</entity-one>
- <set field="dummy" value="${groovy: print('dataText'============== + dataText)"/>
+ <set field="dummy" value="${groovy: print('dataText'============== + dataText)}"/>
<set field="parameters.fromDate" type="Timestamp" from-field="parameters.fromDate"/>
<entity-one entity-name="ContentAssoc" value-field="assoc">
<field-map field-name="contentId" from-field="parameters.contentIdFrom"/>