Bug 1260651 part.61 Replace "etc" with "etc." r=mccr8
MozReview-Commit-ID: JFgd0t2bqzu
This commit is contained in:
@@ -624,7 +624,7 @@ HTMLEditor::ClearStyle(nsCOMPtr<nsINode>* aNode,
|
||||
}
|
||||
if (rightNode) {
|
||||
nsCOMPtr<nsINode> secondSplitParent = GetLeftmostChild(rightNode);
|
||||
// don't try to split non-containers (br's, images, hr's, etc)
|
||||
// don't try to split non-containers (br's, images, hr's, etc.)
|
||||
if (!secondSplitParent) {
|
||||
secondSplitParent = rightNode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user