Double &&

This commit is contained in:
Scott Lovegrove 2015-12-22 08:22:39 +00:00
parent e9d3b65731
commit 561e7523a5
1 changed files with 1 additions and 1 deletions

View File

@ -1186,7 +1186,7 @@ namespace OpenLiveWriter.HtmlEditor
OnDocumentComplete(e);
// 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);
bodyRange.RemoveElementsByTagId(_ELEMENT_TAG_ID.TAGID_FONT, true);