From 2b68d411fbefa690a8ad34f70d035c2a2262dfe3 Mon Sep 17 00:00:00 2001 From: "rickg%netscape.com" Date: Thu, 27 May 1999 10:33:50 +0000 Subject: [PATCH] fix bug 5094 git-svn-id: svn://10.0.0.236/trunk@32930 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/src/nsParser.cpp | 2 +- mozilla/parser/htmlparser/src/nsParser.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/htmlparser/src/nsParser.cpp b/mozilla/htmlparser/src/nsParser.cpp index fabef8f7a7b..69f95ddde22 100644 --- a/mozilla/htmlparser/src/nsParser.cpp +++ b/mozilla/htmlparser/src/nsParser.cpp @@ -777,7 +777,7 @@ PRBool nsParser::IsValidFragment(const nsString& aSourceBuffer,nsITagStack& aSta theContext.Append(aStack.TagAt(theCount-theIndex)); theContext.Append(">"); } - theContext.Append(""); + theContext.Append(""); //XXXHack! I'll make this better later. nsAutoString theBuffer(theContext); theBuffer.Append(aSourceBuffer); diff --git a/mozilla/parser/htmlparser/src/nsParser.cpp b/mozilla/parser/htmlparser/src/nsParser.cpp index fabef8f7a7b..69f95ddde22 100644 --- a/mozilla/parser/htmlparser/src/nsParser.cpp +++ b/mozilla/parser/htmlparser/src/nsParser.cpp @@ -777,7 +777,7 @@ PRBool nsParser::IsValidFragment(const nsString& aSourceBuffer,nsITagStack& aSta theContext.Append(aStack.TagAt(theCount-theIndex)); theContext.Append(">"); } - theContext.Append(""); + theContext.Append(""); //XXXHack! I'll make this better later. nsAutoString theBuffer(theContext); theBuffer.Append(aSourceBuffer);