diff --git a/klite.embd b/klite.embd index 50e5a699d..f2e279b81 100644 --- a/klite.embd +++ b/klite.embd @@ -17090,7 +17090,11 @@ Current version indicated by LITEVER below. } else { - fulltxt += `
${curr.msg}`; + if (i == 0) { + fulltxt += `${curr.msg}`; + } else { + fulltxt += `
${curr.msg}`; + } } }