django-ajax-validation icon indicating copy to clipboard operation
django-ajax-validation copied to clipboard

Typo in jquery-ajax-validation.js resulting in extra period "."

Open intrepidclass opened this issue 14 years ago • 1 comments

at line 70 of jquery-ajax-validation.js, it says:

get_form_error_position(key).parent().before('

  • ' + val + '.
    ');

    There's a period (.) where it shouldn't be right before the first closing tag ()

    intrepidclass avatar Nov 15 '10 20:11 intrepidclass

    Ok, can't see the tags now, but it comes right after: ' + val + '

    :-)

    intrepidclass avatar Nov 15 '10 20:11 intrepidclass