8000 Merge branch '4.4' into 5.0 · symfony/symfony-docs@4befbb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4befbb3

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Missing closing tag for endblock.
2 parents bda5d02 + c0d7f8c commit 4befbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ In practice, the ``base.html.twig`` template would look like this:
852852
<title>{% block title %}My Application{% endblock %}</title>
853853
{% block stylesheets %}
854854
<link rel="stylesheet" type="text/css" href="/css/base.css"/>
855-
{% endblock
855+
{% endblock %}
856856
</head>
857857
<body>
858858
{% block body %}

0 commit comments

Comments
 (0)
0