10000 minor #14526 [Mailer] Update mailer.rst (KamilPesek) · symfony/symfony-docs@a4d9735 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4d9735

Browse files
committed
minor #14526 [Mailer] Update mailer.rst (KamilPesek)
This PR was submitted for the 5.1 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Mailer] Update mailer.rst The registeted namespace is "styles", not "css". <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- beea71c Update mailer.rst
2 parents d1c2a1e + beea71c commit a4d9735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ arguments to the filter:
586586

587587
.. code-block:: html+twig
588588

589-
{% apply inline_css(source('@css/email.css')) %}
589+
{% apply inline_css(source('@styles/email.css')) %}
590590
<h1>Welcome {{ username }}!</h1>
591591
{# ... #}
592592
{% endapply %}

0 commit comments

Comments
 (0)
0