Author: jacopoc
Date: Fri Jun 26 17:58:14 2009
New Revision: 788793
URL:
http://svn.apache.org/viewvc?rev=788793&view=revLog:
Wrong macro parameters defined in the text widget macro library. Thanks to Brajesh Patel for the bug report.
Modified:
ofbiz/trunk/framework/widget/templates/textScreenMacroLibrary.ftl
Modified: ofbiz/trunk/framework/widget/templates/textScreenMacroLibrary.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/textScreenMacroLibrary.ftl?rev=788793&r1=788792&r2=788793&view=diff==============================================================================
--- ofbiz/trunk/framework/widget/templates/textScreenMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/textScreenMacroLibrary.ftl Fri Jun 26 17:58:14 2009
@@ -29,7 +29,7 @@
<#macro renderSectionEnd boundaryComment>
</#macro>
-<#macro renderContainerBegin containerId style autoUpdateLink autoUpdateInterval></#macro>
+<#macro renderContainerBegin id style autoUpdateLink autoUpdateInterval>
<#macro renderContainerEnd></#macro>
<#macro renderContentBegin></#macro>
<#macro renderContentBody></#macro>