there were duplicate freemarker variables being used; resolved this by changing the name of the variable used for the application or site name
This commit is contained in:
parent
90cec22e9d
commit
59ddbe15ec
21 changed files with 36 additions and 39 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
<#-- Standard template to display a message with a title generated from any controller. Keeps this out of individual templates. -->
|
||||
|
||||
<h2>${title}</h2>
|
||||
<h2>${title!}</h2>
|
||||
|
||||
<#include "message.ftl">
|
Loading…
Add table
Add a link
Reference in a new issue