Browse Source

fixing search_user script refs BT#11068

Nicolas Ducoulombier 8 years ago
parent
commit
b8f13d6cd0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      main/auth/inscription.php

+ 2 - 1
main/auth/inscription.php

@@ -100,7 +100,8 @@ $(document).ready(function() {
         
         return false;
     });
-});';
+});
+</script>';
 
 $htmlHeadXtra[] = api_get_password_checker_js('#username', '#pass1');