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/06/26 19:58:14 UTC

svn commit: r788793 - /ofbiz/trunk/framework/widget/templates/textScreenMacroLibrary.ftl

Author: jacopoc
Date: Fri Jun 26 17:58:14 2009
New Revision: 788793

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