Skip to content

Commit c533327

Browse files
committed
Merge branch '5.0'
* 5.0: Missing closing tag for endblock.
2 parents 8002191 + 4befbb3 commit c533327

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
@@ -874,7 +874,7 @@ In practice, the ``base.html.twig`` template would look like this:
874874
<title>{% block title %}My Application{% endblock %}</title>
875875
{% block stylesheets %}
876876
<link rel="stylesheet" type="text/css" href="/css/base.css"/>
877-
{% endblock
877+
{% endblock %}
878878
</head>
879879
<body>
880880
{% block body %}

0 commit comments

Comments
 (0)