Fix typo
This commit is contained in:
parent
7684585f49
commit
46f1ea14c0
|
@ -51,7 +51,7 @@ $(document).ready(function(){
|
|||
function userCreated( username, groups ){
|
||||
// We need at least a space for showing the div
|
||||
if( groups == "" ){
|
||||
groups = '&nbps;';
|
||||
groups = ' ';
|
||||
}
|
||||
|
||||
// Add user to table
|
||||
|
|
Loading…
Reference in New Issue