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/30 20:05:56 UTC

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

Author: jacopoc
Date: Tue Jun 30 18:05:55 2009
New Revision: 789855

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