Add missing / for center tag in __print_line_rich
This commit is contained in:
parent
ba3482926d
commit
de5c1f9707
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ void __print_line_rich(const String &p_string) {
|
|||
output += "";
|
||||
} else if (tag == "center") {
|
||||
output += "\n\t\t\t";
|
||||
} else if (tag == "center") {
|
||||
} else if (tag == "/center") {
|
||||
output += "";
|
||||
} else if (tag == "right") {
|
||||
output += "\n\t\t\t\t\t\t";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue