Orphan closing script tag in source code
-
Hi,
we’ve noticed that from 3.5.9 version of the plugin, in the source code there is an orphan closing script tag that invalidate page conformity.
We have applyed a workaround that seems resolve the problem, but we need a stable version. The file we modified is: /includes/services/class-iubenda-code-extractor.php:219
if (str_starts_with($tag, '')) { $tag = ltrim($tag, ''); }
Furthermore, the inline script tag contains type attribute twice:
<script type="text/javascript" class=" _iub_cs_skip" type='text/javascript' id='iubenda-head-inline-scripts-0'>
Hope this bugs will be resolved.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Orphan closing script tag in source code’ is closed to new replies.