mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
Space beteen category name and count.
This commit is contained in:
parent
0cbddd850b
commit
1e05bf54b2
@ -1701,7 +1701,7 @@ function question_category_options($contexts, $top = false, $currentcat = 0, $po
|
||||
if ($category->contextid == $pcontext){
|
||||
$cid = $category->id;
|
||||
if ($currentcat!= $cid || $currentcat==0) {
|
||||
$countstring = (!empty($category->questioncount))?"($category->questioncount)":'';
|
||||
$countstring = (!empty($category->questioncount))?" ($category->questioncount)":'';
|
||||
$categoriesarray[$contextstring][$cid] = $category->indentedname.$countstring;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user