56833: fix whitespace problem in html output

This commit is contained in:
akkana%netscape.com 2000-10-24 00:31:08 +00:00
Родитель b8039bf5e8
Коммит e1522fc02f
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -442,6 +442,7 @@ nsHTMLContentSerializer::AppendToStringWrapped(const nsAReadableString& aStr,
// old line break and find the end of the next old line.
if (indx == oldLineEnd) {
oldLineEnd = aStr.FindChar(PRUnichar('\n'), indx+1);
AppendToString(NS_LITERAL_STRING(" "), aOutputStr);
}
if (addLineBreak) {

Просмотреть файл

@ -442,6 +442,7 @@ nsHTMLContentSerializer::AppendToStringWrapped(const nsAReadableString& aStr,
// old line break and find the end of the next old line.
if (indx == oldLineEnd) {
oldLineEnd = aStr.FindChar(PRUnichar('\n'), indx+1);
AppendToString(NS_LITERAL_STRING(" "), aOutputStr);
}
if (addLineBreak) {