Skip to content
Snippets Groups Projects
Commit 455d46c6 authored by deuce's avatar deuce
Browse files

Add tab to beginning of release note.

parent 377c8910
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ if(tmp == -1)
exit();
pr.Class=cls[tmp];
pr.Release=system.version_notice
pr.ReleaseNote=system.os_version+' '+system.js_version+' '+system.socket_lib+' '+system.msgbase_lib+' '+system.compiled_when+' '+system.compiled_with;
pr.ReleaseNote="\t"+system.os_version+' '+system.js_version+' '+system.socket_lib+' '+system.msgbase_lib+' '+system.compiled_when+' '+system.compiled_with;
console.print("\nYPrecise description of the problem (Blank line ends)W\n");
pr.Description = '';
do {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment