HaikuDepot: Paragraph: Fixed typo in PrintToStream()
This commit is contained in:
parent
368ec7fa0e
commit
f5a8bae677
@ -341,7 +341,7 @@ Paragraph::PrintToStream() const
|
||||
else {
|
||||
BString text = span.Text();
|
||||
text.ReplaceAll("\n", "\\n");
|
||||
printf(" <span>%s<span/>\n", text.String());
|
||||
printf(" <span>%s</span>\n", text.String());
|
||||
}
|
||||
}
|
||||
printf(" </p>\n");
|
||||
|
Loading…
Reference in New Issue
Block a user