Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
0f3865d4
Commit
0f3865d4
authored
Jan 31, 2007
by
Richard Mansfield
Browse files
Remove '-' in empty user fields
parent
36e94485
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/search.php
View file @
0f3865d4
...
...
@@ -87,7 +87,7 @@ results.rowfunction = function(r,n,d) {
}
}
else {
appendChildNodes(row, TD(null
, '-'
));
appendChildNodes(row, TD(null));
}
}
return row;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment