NOBUG: fixed whitespace

This commit is contained in:
Sam Hemelryk 2013-09-10 13:02:35 +12:00
parent a775f2c96d
commit 3eb032d743
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ $PAGE->navbar->add($strchats);
$PAGE->set_title($strchats);
$PAGE->set_heading($course->fullname);
echo $OUTPUT->header();
echo $OUTPUT->heading($strchats, 2);
echo $OUTPUT->heading($strchats, 2);
/// Get all the appropriate data

View File

@ -359,7 +359,7 @@
$options->noclean = true;
}
echo $OUTPUT->box(format_module_intro('data', $data, $cm->id), 'generalbox', 'intro');
$returnurl = $CFG->wwwroot . '/mod/data/view.php?d='.$data->id.'&search='.s($search).'&sort='.s($sort).'&order='.s($order).'&';
groups_print_activity_menu($cm, $returnurl);

View File

@ -160,7 +160,7 @@
$PAGE->set_heading($course->fullname);
$PAGE->set_button($searchform);
echo $OUTPUT->header();
echo $OUTPUT->heading(format_string($forum->name), 2);
echo $OUTPUT->heading(format_string($forum->name), 2);
/// Check to see if groups are being used in this forum
/// If so, make sure the current person is allowed to see this discussion