Skip to content
Snippets Groups Projects
Commit 4fdb15ab authored by Fran Rouco's avatar Fran Rouco Committed by Sohail Lajevardi
Browse files

Issue #3363735 by frouco: W3C validation - trailing slash on void elements

parent a65ab13c
No related branches found
No related tags found
No related merge requests found
......@@ -20,4 +20,4 @@
]|merge(utility_classes ? utility_classes : [])
%}
<input{{ attributes.addClass(input_classes) }} />{{ children }}
<input{{ attributes.addClass(input_classes) }}>{{ children }}
......@@ -16,4 +16,4 @@
align == 'center' ? 'mx-auto d-block',
]|merge(utility_classes ? utility_classes : []) %}
<img{{ attributes.addClass(classes) }} />
<img{{ attributes.addClass(classes) }}>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment