Skip to content

Commit e43907f

Browse files
committed
minor #13201 Update templates.rst (Yohann76)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead (closes #13201). Discussion ---------- Update templates.rst added alt attribute <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- d7d8c33 Update templates.rst
2 parents a8edd99 + d7d8c33 commit e43907f

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
@@ -655,7 +655,7 @@ following code to display the user information is repeated in several places:
655655

656656
{# ... #}
657657
<div class="user-profile">
658-
<img src="{{ user.profileImageUrl }}"/>
658+
<img src="{{ user.profileImageUrl }}" alt="{{ user.fullName }}"/>
659659
<p>{{ user.fullName }} - {{ user.email }}</p>
660660
</div>
661661

0 commit comments

Comments
 (0)