we should add *a* new line not new line character code

This commit is contained in:
Timotei Dolean 2010-05-15 19:27:34 +00:00
parent 29ac14a50e
commit d5a3919112

View file

@ -104,7 +104,7 @@ public class TemplateProvider {
}
}
result+= template[i]+"\\n";
result+= template[i]+"\n";
}
return result;
}