Skip to content

Commit c0d7f8c

Browse files
committed
minor #13476 Missing closing tag for endblock. (shambhu384)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead (closes #13476). Discussion ---------- Missing closing tag for endblock. Missing %} statement added Commits ------- 2f2cf6b Missing closing tag for endblock.
2 parents 342ef4d + 2f2cf6b commit c0d7f8c

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
@@ -858,7 +858,7 @@ In practice, the ``base.html.twig`` template would look like this:
858858
<title>{% block title %}My Application{% endblock %}</title>
859859
{% block stylesheets %}
860860
<link rel="stylesheet" type="text/css" href="/css/base.css"/>
861-
{% endblock
861+
{% endblock %}
862862
</head>
863863
<body>
864864
{% block body %}

0 commit comments

Comments
 (0)