mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
fix replace
This commit is contained in:
parent
a108047371
commit
14813b7758
1 changed files with 1 additions and 1 deletions
|
|
@ -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>`;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue