зеркало из https://github.com/mozilla/pjs.git
56833: fix whitespace problem in html output
This commit is contained in:
Родитель
b8039bf5e8
Коммит
e1522fc02f
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче