django-ajax-validation
django-ajax-validation copied to clipboard
Typo in jquery-ajax-validation.js resulting in extra period "."
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 ()
Ok, can't see the tags now, but it comes right after: ' + val + '
:-)