From 109694fbf959e5ccb50e8b30619770c6a7a76019 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Thu, 1 Mar 2007 04:09:39 +0000 Subject: [PATCH] Issue MDL-8697 Someone must have fixed this earlier, because there are no more tables. However I found the use of the align attribute which I replaced with inline CSS style=\"text-align:right\" --- course/search.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/course/search.php b/course/search.php index dc1944cab9..416dab5918 100644 --- a/course/search.php +++ b/course/search.php @@ -192,7 +192,7 @@ foreach ($courses as $course) { $course->fullname = highlight("$search", $course->fullname); $course->summary = highlight("$search", $course->summary); - $course->summary .= "

"; + $course->summary .= "

"; $course->summary .= "$strcategory: category\">"; $course->summary .= $displaylist[$course->category]; $course->summary .= "

"; @@ -206,7 +206,7 @@ echo ""; echo ""; echo ""; - echo ""; + echo "
"; echo ""; echo ""; echo ""; @@ -234,7 +234,7 @@ echo ""; echo ""; echo ""; - echo ""; } - echo "
$strcourses$strcategory$strselect
id\">" . format_string($course->fullname) . "".$displaylist[$course->category].""; + echo ""; // this is ok since this will get inherited from course category context // if it is set @@ -291,7 +291,7 @@ echo "
"; + echo "
"; echo "
"; echo "\n"; echo "\n"; -- 2.39.5