### Eclipse Workspace Patch 1.0
#P moodle19
Index: blocks/search/config_global.html
===================================================================
RCS file: /cvsroot/moodle/moodle/blocks/search/config_global.html,v
retrieving revision 1.4.2.2
diff -u -r1.4.2.2 config_global.html
--- blocks/search/config_global.html	17 Dec 2008 20:57:45 -0000	1.4.2.2
+++ blocks/search/config_global.html	24 Dec 2009 22:36:57 -0000
@@ -122,7 +122,7 @@
     </tr>
 </table>
 
-<fieldset name="">
+<fieldset class="">
 <legend align="top"><?php print_string('pdfhandling', 'block_search') ?></legend> 
 <table cellspacing="5" width="90%">
     <tr>
@@ -147,7 +147,7 @@
 </table>
 </fieldset>
 
-<fieldset name="">
+<fieldset class="">
 <legend align="top"><?php print_string('wordhandling', 'block_search') ?></legend> 
 <table cellspacing="5" width="90%">
     <tr>
@@ -198,7 +198,7 @@
         $type = trim($type);
         if (preg_match("/\\b$type\\b/i", $defaultfiletypes)) continue;
 ?>
-<fieldset name="">
+<fieldset class="">
 <legend align="top"><?php echo get_string('handlingfor', 'block_search').' '.$utype ?></legend> 
 <table cellspacing="5" width="90%">
     <tr>
@@ -234,7 +234,7 @@
 }
 ?>
 
-<fieldset name="">
+<fieldset class="">
 <legend align="top"><?php echo get_string('searchdiscovery', 'block_search') ?></legend> 
 <table>
     <tr>
@@ -250,7 +250,7 @@
 </table>
 </fieldset>
 
-<fieldset name="">
+<fieldset class="">
 <legend align="top"><?php echo get_string('modulessearchswitches', 'block_search') ?></legend> 
 <table cellspacing="5" width="90%">
     <tr valign="top">
@@ -283,7 +283,7 @@
 </table>
 </fieldset>
 
-<fieldset name="">
+<fieldset class="">
 <legend align="top"><?php echo get_string('blockssearchswitches', 'block_search') ?></legend> 
 <table cellspacing="5" width="90%">
     <tr valign="top">
