Skip to content
Snippets Groups Projects
Commit 46f1ea14 authored by Jakob Sack's avatar Jakob Sack
Browse files

Fix typo

parent 7684585f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment