Improve module icons and update language for icons

This commit is contained in:
Marc Alexander
2023-02-20 20:51:58 +01:00
parent ecc95254f1
commit 9ccf4b81e9
20 changed files with 37 additions and 17 deletions

View File

@@ -283,7 +283,7 @@ function split_lines(text)
j++;
}
}
while(splitAt != -1)
while (splitAt != -1)
}
}
return splitLines;