Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc0d7f8c

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 addedCommits-------2f2cf6b Missing closing tag for endblock.
2 parents342ef4d +2f2cf6b commitc0d7f8c

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)

[8]ページ先頭

©2009-2025 Movatter.jp