I have a WordPress theme based on twig templates. Now I upgrade PHP version 7.2 to 7.4. After upgrading this version I am getting issues with the HTML tag. Space gets removed from the attribute.
<labelclass="in-label in-label"data-toggle="tooltip" data-placement="top" title="Commercial" for="cf47rs_cf47rs-property-filter-8_property_type_0">Commercial
</labelclass="in-label>
When I change the PHP version to old one then this issue gets fixed. How i can fix this issue
Thanks