Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
web: fix typo
  • Loading branch information
borisfaure committed Aug 28, 2010
1 parent f5f0cc6 commit 53d5746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amsn2/ui/front_ends/web/static/js/amsn2.js
Expand Up @@ -321,7 +321,7 @@ function Contact(_gid, _uid)
if (name != _name) {
name = _name;
for (k in elements) {
elements[k].childElements()[1].update('&nbsp'+_name);
elements[k].childElements()[1].update(' '+_name);
}
}
}
Expand Down

0 comments on commit 53d5746

Please sign in to comment.