This commit is contained in:
Jakob Sack 2011-04-18 13:47:18 +02:00
parent 7684585f49
commit 46f1ea14c0
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ $(document).ready(function(){
function userCreated( username, groups ){ function userCreated( username, groups ){
// We need at least a space for showing the div // We need at least a space for showing the div
if( groups == "" ){ if( groups == "" ){
groups = '&nbps;'; groups = ' ';
} }
// Add user to table // Add user to table