fixed: empty line in comment block

This commit is contained in:
quenousimporte 2023-10-10 15:21:25 +02:00
parent e84eb80dfa
commit dec2c48393
1 changed files with 1 additions and 0 deletions

View File

@ -2206,6 +2206,7 @@ function applycolors()
}
else if (comment)
{
line = line || " ";
line = "<span style='color:lightgrey'>" + line
if (line.includes("--&gt;"))
{