Skip to content

Commit b79ab26

Browse files
committed
minor symfony#5338 Text in index.html.twig for The Big Picture wrong (BT643)
This PR was merged into the 2.3 branch. Discussion ---------- Text in index.html.twig for The Big Picture wrong | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all The text in the standard "index.html.twig" on "The Big Picture" documentation for the "Templates" section is wrong and needs updating. The documentation shows: "<h1>Welcome to Symfony!</h1>" but the actual file (by default) has "Homepage.". Nothing major but a bit misleading and confusing for a brand new user. Commits ------- bdada47 Text in index.html.twig for The Big Picture wrong
2 parents 0376f05 + bdada47 commit b79ab26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_big_picture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ you'll see the following code:
254254
{% extends 'base.html.twig' %}
255255

256256
{% block body %}
257-
<h1>Welcome to Symfony!</h1>
257+
Homepage.
258258
{% endblock %}
259259

260260
This template is created with `Twig`_, a new template engine created for

0 commit comments

Comments
 (0)