Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-5
-
None
Description
When
Dear "${firstname} ${lastname}",
So nice to meet you in ${city}.
<%
if (value) {
out << "See you in ${month},"
} else {
out << "farewell"
}
%>
${signed}
is evaluated the ${month} value is printed before the rest of the template text.