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
there is a <tr><td> structure included inside a normal <div> element, which is ofc completely invalid HTML. I did a quick search with git blame and it seems to have been introduced in this commit:
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes#11897).
Discussion
----------
[FrameworkBundle] Remove invalid markup
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #11896
| License | MIT
| Doc PR | n/a
Commits
-------
1fe8e31 [FrameworkBundle] Remove invalid markup
Not sure if this was reported already, but I couldn't find anything, so here goes:
in
https://github.com/symfony/symfony/blob/2.5/src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget_compound.html.php#L3
there is a
<tr><td>
structure included inside a normal<div>
element, which is ofc completely invalid HTML. I did a quick search withgit blame
and it seems to have been introduced in this commit:df5bb4a#diff-fc04881cc6d3293b085be7e53f5c0bf9R3
Copy n Paste error?
The text was updated successfully, but these errors were encountered: