From 8c2750934a609c591600b3c12198e1408c16a5f4 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 4 Feb 2009 09:15:12 +0000 Subject: [PATCH] themes / participants: MDL-17526 add class name to search form on the participants page. --- user/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/index.php b/user/index.php index d567b97b60..045f20a427 100644 --- a/user/index.php +++ b/user/index.php @@ -891,7 +891,7 @@ } if ($bulkoperations && $totalcount > ($perpage*3)) { - echo '
'.get_string('search').': '."\n"; + echo '
'.get_string('search').': '."\n"; echo ' 
'."\n"; } -- 2.39.5