Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
juliantenney committed Jul 20, 2012
1 parent b29e66b commit 6e356b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_code/scripts/validation.js
Expand Up @@ -11,7 +11,7 @@

function is_ok_user(name_string){

var ValidChars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'- ";
var ValidChars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'- \r\n";
var name_is_ok=true;
var Char;

Expand Down

0 comments on commit 6e356b9

Please sign in to comment.