we should add *a* new line not new line character code
This commit is contained in:
parent
29ac14a50e
commit
d5a3919112
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ public class TemplateProvider {
|
|||
}
|
||||
}
|
||||
|
||||
result+= template[i]+"\\n";
|
||||
result+= template[i]+"\n";
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue