Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
1.0-JSR-3
-
None
-
None
Description
In SimpleTemplateEngine, you have to write:
<%out<<"\\n"%> // two backslashes needed
to produce a single newline but it should really be:
<%out<<"\n"%> // one backslash