Fixed bug where &'s followed by whitespace were losing the whitespace

git-svn-id: svn://10.0.0.236/trunk@3390 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp
1998-06-05 23:20:21 +00:00
parent 70e884be71
commit 030a9a7fd5
2 changed files with 2 additions and 0 deletions

View File

@@ -282,6 +282,7 @@ PRInt32 CNavDelegate::ConsumeEntity(PRUnichar aChar,CScanner& aScanner,CToken*&
else {
//oops, we're actually looking at plain text...
nsAutoString temp("&");
temp.Append(ch);
result=ConsumeText(temp,aScanner,aToken);
}
}//if