mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
fixes blocker 126558; r=brade,jrancis, sr=alecf, a=rods;
thanks to kin for cleaning up my "replace all" accident
This commit is contained in:
parent
535619cffb
commit
63333b5253
@ -1238,7 +1238,7 @@ nsHTMLEditRules::WillInsertText(PRInt32 aAction,
|
||||
}
|
||||
else
|
||||
{
|
||||
NS_NAMED_LITERAL_STRING(tabStr, " ");
|
||||
NS_NAMED_LITERAL_STRING(tabStr, "\t");
|
||||
NS_NAMED_LITERAL_STRING(spacesStr, " ");
|
||||
char specialChars[] = {'\t','\n',0};
|
||||
while (unicodeBuf && (pos != -1) && (pos < (PRInt32)inString->Length()))
|
||||
|
Loading…
Reference in New Issue
Block a user