Skip to content

Commit 868e311

Browse files
committed
Fix the previous commit
1 parent b39f0de commit 868e311

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mailer.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,13 +471,13 @@ images inside the HTML contents::
471471
// reference images using the syntax 'cid:' + "image embed name"
472472
->html('<img src="cid:logo"> ... <img src="cid:footer-signature"> ...')
473473

474-
// use the same syntax for images included as CSS background images
475-
->html('... <div style="background: url(cid:footer-signature)"> ... </div> ...')
474+
// use the same syntax for images included as HTML background images
475+
->html('... <div background="cid:footer-signature"> ... </div> ...')
476476
;
477477

478478
.. versionadded:: 6.1
479479

480-
The support of embedded images as CSS backgrounds was introduced in Symfony 6.1.
480+
The support of embedded images as HTML backgrounds was introduced in Symfony 6.1.
481481

482482
.. _mailer-configure-email-globally:
483483

0 commit comments

Comments
 (0)