HaikuDepot: Paragraph: Fixed typo in PrintToStream()

This commit is contained in:
Stephan Aßmus 2014-11-29 23:04:01 +01:00
parent 368ec7fa0e
commit f5a8bae677

View File

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