- Issue created by @abramm
- Merge request !2Issue #3535753: Missing closing div element in node--tombstone.html.twig β (Open) created by abramm
The node--tombstone.html.twig file has two opening div tags, but is missing one closing tag.
<article{{ attributes }}>
<div{{ content_attributes }}>
<div id="tombstone-wrapper" class="tombstone">
...
</div>
</article>
Check the node--tombstone.html.twig file.
Add a missing div.
Apply the fix.
None.
None.
None.
Active
1.0
Code