diff --git a/embd_res/klite.embd b/embd_res/klite.embd index 5d832a4bd..e8a3649bb 100644 --- a/embd_res/klite.embd +++ b/embd_res/klite.embd @@ -25627,14 +25627,14 @@ Current version indicated by LITEVER below. if(curr.myturn) { - fulltxt += `
${currmsg}`; + fulltxt += `
${currmsg}`; } else { if (i == 0) { fulltxt += `${currmsg}`; } else { - fulltxt += `
${currmsg}`; + fulltxt += `
${currmsg}`; } } }