Syntax cleanup

This commit is contained in:
nac26 2011-02-09 06:06:23 +00:00
parent 1f16791d2a
commit 0ed2c4ece5

View file

@ -8,7 +8,7 @@ the domain of the controllers. -->
<#-- The compress directives and formatting here resolve whitespace issues in output; please do not alter them. -->
<#compress>
<#assign bodyClassList = [currentServlet!]>
<#if user.loggedIn>
<#assign bodyClassList = bodyClassList + ["loggedIn"]/>
</#if>