Landing new txt to HTML scanning functionality - Bug #: 19251 - r: rhp (contributed by Ben Bucksch)
git-svn-id: svn://10.0.0.236/trunk@55395 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1003,6 +1003,7 @@ nsHTMLContentSinkStream::AddLeaf(const nsIParserNode& aNode){
|
||||
else if (type == eHTMLTag_text)
|
||||
{
|
||||
const nsString& text = aNode.GetText();
|
||||
printf("Leaf text node: '%s'\n", text.ToNewCString());
|
||||
if (!mDoFormat || preformatted)
|
||||
{
|
||||
Write(text);
|
||||
|
||||
Reference in New Issue
Block a user