From 3eb032d74382c7e0d8d4bbf649e83bf6bc8b4391 Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Tue, 10 Sep 2013 13:02:35 +1200 Subject: [PATCH] NOBUG: fixed whitespace --- mod/chat/index.php | 2 +- mod/data/view.php | 2 +- mod/forum/discuss.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mod/chat/index.php b/mod/chat/index.php index 8de1b8d294b..540aaeaba2c 100644 --- a/mod/chat/index.php +++ b/mod/chat/index.php @@ -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 diff --git a/mod/data/view.php b/mod/data/view.php index 3c016110c9f..8748c0c41ca 100644 --- a/mod/data/view.php +++ b/mod/data/view.php @@ -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); diff --git a/mod/forum/discuss.php b/mod/forum/discuss.php index 3d85629e331..1b8218098f7 100644 --- a/mod/forum/discuss.php +++ b/mod/forum/discuss.php @@ -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 -- 2.39.2