Skip to content

Commit

Permalink
Avoiding line break
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 30, 2014
1 parent b94bc6c commit 1299e7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void performHttp(HttpServletRewrite event, EvaluationContext context)
try
{
writer = event.getResponse().getWriter();
writer.println(content);
writer.print(content);
writer.flush();
}
catch (IOException e)
Expand Down

0 comments on commit 1299e7b

Please sign in to comment.