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:06:51 UTC

svn commit: r789857 - /ofbiz/branches/release09.04/framework/widget/templates/textScreenMacroLibrary.ftl

Author: jacopoc
Date: Tue Jun 30 18:06:51 2009
New Revision: 789857

URL: http://svn.apache.org/viewvc?rev=789857&view=rev
Log:
Applied fix from trunk for revision: 789855 
 Added missing </macro> tag. Thanks to Brajesh Patel for the bug report in OFBIZ-2671

Modified:
    ofbiz/branches/release09.04/framework/widget/templates/textScreenMacroLibrary.ftl

Modified: ofbiz/branches/release09.04/framework/widget/templates/textScreenMacroLibrary.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/widget/templates/textScreenMacroLibrary.ftl?rev=789857&r1=789856&r2=789857&view=diff
==============================================================================
--- ofbiz/branches/release09.04/framework/widget/templates/textScreenMacroLibrary.ftl (original)
+++ ofbiz/branches/release09.04/framework/widget/templates/textScreenMacroLibrary.ftl Tue Jun 30 18:06:51 2009
@@ -20,7 +20,7 @@
 <#macro renderSectionBegin></#macro>
 <#macro renderSectionEnd>
 </#macro>
-<#macro renderContainerBegin id style autoUpdateLink autoUpdateInterval>
+<#macro renderContainerBegin id style autoUpdateLink autoUpdateInterval></#macro>
 <#macro renderContainerEnd></#macro>
 <#macro renderContentBegin></#macro>
 <#macro renderContentBody></#macro>