Author: jacopoc
Date: Tue Jun 30 18:05:55 2009
New Revision: 789855
URL:
http://svn.apache.org/viewvc?rev=789855&view=revLog:
Added missing </macro> tag. Thanks to Brajesh Patel for the bug report in OFBIZ-2671
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=789855&r1=789854&r2=789855&view=diff==============================================================================
--- ofbiz/trunk/framework/widget/templates/textScreenMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/textScreenMacroLibrary.ftl Tue Jun 30 18:05:55 2009
@@ -29,7 +29,7 @@
<#macro renderSectionEnd boundaryComment>
</#macro>
-<#macro renderContainerBegin id style autoUpdateLink autoUpdateInterval>
+<#macro renderContainerBegin id style autoUpdateLink autoUpdateInterval></#macro>
<#macro renderContainerEnd></#macro>
<#macro renderContentBegin></#macro>
<#macro renderContentBody></#macro>