Double &&
This commit is contained in:
parent
e9d3b65731
commit
561e7523a5
|
@ -1186,7 +1186,7 @@ namespace OpenLiveWriter.HtmlEditor
|
||||||
OnDocumentComplete(e);
|
OnDocumentComplete(e);
|
||||||
|
|
||||||
// Remove null-attributed font tags, e.g. <p><font>blah</font></p> --> <p>blah</p>
|
// Remove null-attributed font tags, e.g. <p><font>blah</font></p> --> <p>blah</p>
|
||||||
if (DocumentIsReady & PostBodyElement != null)
|
if (DocumentIsReady && PostBodyElement != null)
|
||||||
{
|
{
|
||||||
MarkupRange bodyRange = MarkupServices.CreateMarkupRange(PostBodyElement);
|
MarkupRange bodyRange = MarkupServices.CreateMarkupRange(PostBodyElement);
|
||||||
bodyRange.RemoveElementsByTagId(_ELEMENT_TAG_ID.TAGID_FONT, true);
|
bodyRange.RemoveElementsByTagId(_ELEMENT_TAG_ID.TAGID_FONT, true);
|
||||||
|
|
Loading…
Reference in New Issue