You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/04/25 09:34:37 UTC

svn commit: r768490 - /ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl

Author: jleroux
Date: Sat Apr 25 07:34:36 2009
New Revision: 768490

URL: http://svn.apache.org/viewvc?rev=768490&view=rev
Log:
Fix a bug (seems a typo), see dev ML for more

Modified:
    ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl

Modified: ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl?rev=768490&r1=768489&r2=768490&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl Sat Apr 25 07:34:36 2009
@@ -96,7 +96,7 @@
 <#if !collapsed>
 ${menuString}
 </#if>
-</ul><br class="clear" /></div><div <#if collapsibleAreaId?has_content> id="${collapsibleAreaId}" <#if collapsed> style="${collapsed}display: none;"</#if></#if><#if padded> class="screenlet-body"</#if>>
+</ul><br class="clear" /></div><div <#if collapsibleAreaId?has_content> id="${collapsibleAreaId}" <#if collapsed> style="display: none;"</#if></#if><#if padded> class="screenlet-body"</#if>>
 </#if>
 </#macro>
 <#macro renderScreenletSubWidget></#macro>