|
@@ -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";
|