[ad_1]
I ran a scan of my site with AHref and it complained about double slashes on the pages using the Advanced Google Captcha plug-in.
I found that there are two pieces of code that add the double slashes: wpcaptcha.js (line 614) and functions.php (line 470).
They both point to plug-in URL, which already has a slash at the end and then add the string “/libs/captcha.php?….” If you remove the slash at the beginning of the string literal, you’ll also remove the double slash.
Can this be changed please? I’ve manually changed it on my server and it works perfectly.