fix replace

This commit is contained in:
liamcottle
2024-09-22 23:22:20 +12:00
parent a108047371
commit 14813b7758

View File

@@ -152,7 +152,7 @@ class MicronParser {
// align right
if(line.startsWith("`r")){
line = line.replace("`l", "");
line = line.replace("`r", "");
line = `<span style="text-align:right;">${line}</span>`;
}