From 2650e4df01c9484b72e98569395fa6ccdc7846f6 Mon Sep 17 00:00:00 2001 From: "akkana%netscape.com" Date: Fri, 1 Sep 2000 23:37:46 +0000 Subject: [PATCH] 36809: got the space wrong in the previous checkin. r=BenB --- htmlparser/src/nsHTMLToTXTSinkStream.cpp | 2 +- parser/htmlparser/src/nsHTMLToTXTSinkStream.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htmlparser/src/nsHTMLToTXTSinkStream.cpp b/htmlparser/src/nsHTMLToTXTSinkStream.cpp index 4334f9bcfe4f..30582bf51a93 100644 --- a/htmlparser/src/nsHTMLToTXTSinkStream.cpp +++ b/htmlparser/src/nsHTMLToTXTSinkStream.cpp @@ -1001,7 +1001,7 @@ nsHTMLToTXTSinkStream::AddLeaf(const nsIParserNode& aNode) temp.AppendWithConversion(" ["); // Should we output chars at all here? desc.StripChars("\""); temp += desc; - temp.AppendWithConversion("]"); + temp.AppendWithConversion("] "); } // If the alt attribute has an empty value (|alt=""|), output nothing } diff --git a/parser/htmlparser/src/nsHTMLToTXTSinkStream.cpp b/parser/htmlparser/src/nsHTMLToTXTSinkStream.cpp index 4334f9bcfe4f..30582bf51a93 100644 --- a/parser/htmlparser/src/nsHTMLToTXTSinkStream.cpp +++ b/parser/htmlparser/src/nsHTMLToTXTSinkStream.cpp @@ -1001,7 +1001,7 @@ nsHTMLToTXTSinkStream::AddLeaf(const nsIParserNode& aNode) temp.AppendWithConversion(" ["); // Should we output chars at all here? desc.StripChars("\""); temp += desc; - temp.AppendWithConversion("]"); + temp.AppendWithConversion("] "); } // If the alt attribute has an empty value (|alt=""|), output nothing }