From 58b45fd7b23396ac74a90d3747e34f4b2353b85b Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sun, 1 Nov 2009 09:25:47 +0000 Subject: [PATCH] MDL-20697 fixed whitespace and coding style --- course/category.php | 8 ++++---- course/delete.php | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/course/category.php b/course/category.php index 1e0ae143977..b34e98784ed 100644 --- a/course/category.php +++ b/course/category.php @@ -1,4 +1,4 @@ -wwwroot . '/course/category.php'); $PAGE->set_context($context); // Ensure that we are actually showing blocks etc for the cat context admin_externalpage_print_header(); - } else { + } else { $PAGE->set_title("$site->shortname: $category->name"); $PAGE->set_heading("$site->fullname: $strcourses"); $PAGE->set_button(print_course_search('', true, 'navbar')); @@ -409,7 +409,7 @@ $link = html_link::make("/course/info.php?id=$acourse->id", ''.get_string('info').''); $link->add_action(new popup_action('click', $link->url, 'courseinfo')); $link->title = $strsummary; - echo $OUTPUT->link($link); + echo $OUTPUT->link($link); } echo ""; } diff --git a/course/delete.php b/course/delete.php index eac3987abce..a0eb265d6f0 100644 --- a/course/delete.php +++ b/course/delete.php @@ -1,4 +1,4 @@ -footer(); -?> +