From dd3b9827da104a6a20f9b07b3e8cbe28aebe2ed3 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 10 Jun 2002 11:16:07 +0000 Subject: [PATCH] Fixed formatting. --- course/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/course/index.php b/course/index.php index 73a8754231..bb11588780 100644 --- a/course/index.php +++ b/course/index.php @@ -7,11 +7,11 @@ optional_variable($cat, 1); - print_simple_box_start("CENTER", "80%"); + echo "
"; print_all_courses($cat); - print_simple_box_end(); + echo "
"; print_footer(); -- 2.39.5