You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#49223 [WebProfilerBundle] Fix some minor HTML issues (javiereguiluz)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
[WebProfilerBundle] Fix some minor HTML issues
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
In symfony#49205 we're fixing deprecations, so I chose 6.3 branch. Here we are fixing bugs related to invalid HTML contents, so that's why I chose 5.4 branch.
The issue related to `<summary>` is that it only allows tags that can be included inside a `<p>`, but not `<p>` itself (verified with https://validator.w3.org/):
<img width="502" alt="summary-p" src="https://user-images.githubusercontent.com/73419/216625646-73f7f73d-a315-43da-9d9a-44ce430c70e5.png">
Commits
-------
31ce660 [WebProfilerBundle] Fix some minor HTML issues
0 commit comments