]> git.mjollnir.org Git - moodle.git/commitdiff
fixing broken xhtml MLD-7861
authortoyomoyo <toyomoyo>
Wed, 20 Dec 2006 07:15:23 +0000 (07:15 +0000)
committertoyomoyo <toyomoyo>
Wed, 20 Dec 2006 07:15:23 +0000 (07:15 +0000)
lang/en_utf8/help/uploadgroups.html

index d5db116059b9b87be2124b1e496b9baa6121dfea..90a2112a4b66696e3d2fcd2a4c935540bfd11959 100644 (file)
@@ -10,8 +10,7 @@
     <blockquote>
       <p><strong>Required fieldnames:</strong> these fields must be included in the first record, and defined for each user</p>
       <p></p>
-      <font color="#990000" face="Courier New, Courier, mono">groupname</font></p>
-</p>
+      <font color="#990000" face="Courier New, Courier, mono">groupname</font>
       <p><strong>Default fieldnames:</strong> these are optional - if they are not included then the values are taken from the current language and current course</p>
       <p><font color="#990000" face="Courier New, Courier, mono">idnumber, coursename, lang</font> </p>
       <p><strong>Optional fieldnames: </strong>all of these are completely optional. </p>
@@ -20,7 +19,7 @@
     </li>
   <li>Commas within the data should be encoded as &amp;#44 - the script will automatically decode these back to commas. </li>
   <li>For Boolean fields, use 0 for false and 1 for true. </li>
-  <li>Either idnumber or coursename can be used to identify the course. Idnumber overrides coursename. If neither is specified, the groups will be added to the current course.
+  <li>Either idnumber or coursename can be used to identify the course. Idnumber overrides coursename. If neither is specified, the groups will be added to the current course. </li>
   <li>Coursename is the course shortname.</li>
   <li>Note: If a group is already registered in the Moodle database for a particular course, this script will return the 
       group name for that group. Teachers are only allowed to upload groups in courses they are authorized to edit.</li>
@@ -30,5 +29,5 @@
 <p><font size="-1" face="Courier New, Courier, mono"></font>groupname,idnumber,lang,description,picture <br />
 group1, Phil101, en, this group requires extra attention!, 0 <br />
 group2, Math243, , ,
-</font></p>
+</p>