Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan git-svn-id: svn://10.0.0.236/trunk@185276 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3067,7 +3067,7 @@ CNavDTD::CreateContextStackFor(eHTMLTags aChild)
|
||||
if (eHTMLTag_unknown == theTop) {
|
||||
result = BackwardPropagate(mScratch, eHTMLTag_html, aChild);
|
||||
} else if (theTop != aChild) {
|
||||
// Dont even bother if we're already inside a similar element...
|
||||
// Don't even bother if we're already inside a similar element...
|
||||
result = BackwardPropagate(mScratch, theTop, aChild);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user