Skip to content

Commit 4e4ebe2

Browse files
Update PreMailer.Net/PreMailer.Net/PreMailer.cs
1 parent d6ebdec commit 4e4ebe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PreMailer.Net/PreMailer.Net/PreMailer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ private Dictionary<IElement, List<StyleClass>> FindElementsWithStyles(
417417
Selector = selectorParser.ParseSelector(x.Value.Name)
418418
}).Where(x => x.Selector != null).ToList();
419419

420-
foreach (var el in _document.Body.DescendentsAndSelf<IElement>())
420+
foreach (var el in _document.DescendentsAndSelf<IElement>())
421421
{
422422
foreach (var style in styles)
423423
{

0 commit comments

Comments
 (0)