• Resolved folettiwebdesigner

    (@folettiwebdesigner)


    There are two minor syntax errors in your plugin, both regarding the img element with class “cptch_img”:

    – An img element must have an alt attribute. FIX: just set alt=”cptch-image” or anything you like
    – Illegal character in scheme data: space is not allowed. FIX: remove the space immediatly after src=”data:

    Thank you in advance

    https://www.ads-software.com/plugins/captcha/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Thank you for your recommendations. We’ll take them into account.

    Sincerely,
    BestWebSoft Support Team

    Thread Starter folettiwebdesigner

    (@folettiwebdesigner)

    Thank you very much, I’m glad to see that these two issues have been fixed.

    I’ve also noticed another similar one:
    <label for=”cptch_input” class=”cptch_label”>

    for=”cptch_input” is wrong, because the input id is something like: id=”cptch_input_100″, so the two values do not match (thus, clicks on the labels don’t work). “For” parameter in captcha label should match the captcha input id.

    Thank again for the support!

    Hi,

    Thank you for your report, we’ll fix errors in the nearest plugin update.

    Sincerely,
    BestWebSoft Support Team

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Easy-to-fix issue report (code syntax not valid)’ is closed to new replies.