Error while validating
-
Good morning! Thank you for this great plugin.
I encountered an error while validating my site’s Html: at line 21 of ssba_styles.php you wrote the following codereturn str_replace( '>', ' id=\'st_insights_js\'>', $tag );
This causes the script putting the attribute id also in the end tag. Is there any reason for this?
If the answer is no, I suggest you to change the line with the followingreturn str_replace( '<script', '<script id=\'st_insights_js\'', $tag );
This will repair the issue.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Error while validating’ is closed to new replies.