This commit is contained in:
JMARyA 2025-01-22 19:52:10 +01:00
parent 5ef37275ec
commit 6a39c0441d
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -583,7 +583,7 @@ impl UIWidget for TextWidget {
ret.push_str("'");
}
ret.push_str("> ");
ret.push_str(">");
if let Some(inner) = &self.inner {
ret.push_str(&inner.render().0);