Skip to content

Commit 3309ddd

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Minor: Fix namespace
2 parents df8f6c9 + 2062d4a commit 3309ddd

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
@@ -605,7 +605,7 @@ arguments to the filter:
605605

606606
.. code-block:: html+twig
607607

608-
{% apply inline_css(source('@styles/email.css')) %}
608+
{% apply inline_css(source('@css/email.css')) %}
609609
<h1>Welcome {{ username }}!</h1>
610610
{# ... #}
611611
{% endapply %}

0 commit comments

Comments
 (0)