Hi, the script js tag that adds the components isn't properly closed.
The script ends:
<script ... />
And must be:
<script ...></script>
Add patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 2726779-closing-script-element.patch | 691 bytes | rainbowarray |
Hi, the script js tag that adds the components isn't properly closed.
The script ends:
<script ... />
And must be:
<script ...></script>
Add patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 2726779-closing-script-element.patch | 691 bytes | rainbowarray |
Comments
Comment #2
anacona16 commentedComment #3
anacona16 commentedComment #4
jeevanbhushetty commentedHi @anacona16, please move ticket in "Needs review" state once the work is done, So that community can review and commit the path.
Comment #5
jeevanbhushetty commentedThis looks good.
Comment #6
jeevanbhushetty commentedSorry updated wrong issue.
Comment #7
rainbowarrayGood catch on finding this bug. This solution allows us to avoid writing markup within a theme function, which keeps this somewhat more flexible.
Comment #8
rainbowarrayThe fix will take place in the theme, so moving this issue to that queue.
Comment #10
rainbowarray