]> git.mjollnir.org Git - moodle.git/commitdiff
XHTML Strict.
authortjhunt <tjhunt>
Thu, 20 Sep 2007 15:35:19 +0000 (15:35 +0000)
committertjhunt <tjhunt>
Thu, 20 Sep 2007 15:35:19 +0000 (15:35 +0000)
backup/restore_check.html
backup/restore_form.html

index 2bf20935d9418a4b553a3fc28fbbe2382d0509a8..ad699f6634c16fb3bd2420fdcbfd23226d2c50a2 100644 (file)
                 } else {
                     $optdimmed = '';
                 }
-                echo "<a $optdimmed href=\"restore.php?course_id=$course->id&launch=check&id=$id&file=$file\">".format_string($course->fullname).' ('.format_string($course->shortname).')</a><br />'."\n";
+                echo "<a $optdimmed href=\"restore.php?course_id=$course->id&amp;launch=check&amp;id=$id&amp;file=$file\">".format_string($course->fullname).' ('.format_string($course->shortname).')</a><br />'."\n";
             }
             print_simple_box_end();
         } else {
index 83b5f14cf043974801ac8c69169aa099bc34c551..5cb4a790f8dd0d6d980b8a02b099949b8683827e 100644 (file)
@@ -510,7 +510,7 @@ function selectItemInCheckboxByName(formId, checkName, checked ) {
       
     }
 ?>
-</td></tr></table>
+</table>
 
 <hr/>
 <?php