Bug 1189464 - Remove theme-fg-contrast class from closing tag in markup view after editing outer html;r=bgrins

This commit is contained in:
Andrew Krawchyk 2015-10-13 07:19:26 -07:00
parent b353bcfaea
commit ab6b4ab0c7

View File

@ -1826,6 +1826,7 @@ MarkupContainer.prototype = {
line.appendChild(closingTag.cloneNode(true));
flashElementOff(line);
this.closeTagLine = line;
}
this.elt.appendChild(this.closeTagLine);