fix regex for javascript strings
-
If is scripts on page with statements like this:
var string = “<img src=\”https://site.com/wp-content/plugins/peepso-core/assets/images/ajax-loader.gif\””seo-images fix it to this:
var string = “<img src=\”https://site.com/wp-content/plugins/peepso-core/assets/images/ajax-loader.gif\” title=”””And this is leading to error
title=”” must be title=\”\”
- The topic ‘fix regex for javascript strings’ is closed to new replies.