]> git.mjollnir.org Git - moodle.git/commitdiff
backup/restore_form.html: tiny XHTML compliance fix
authormartinlanghoff <martinlanghoff>
Wed, 19 Sep 2007 07:28:54 +0000 (07:28 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 19 Sep 2007 07:28:54 +0000 (07:28 +0000)
There is something _weird_ about the table setup on this page
and I cannot figure it out. This change "fixes" it in that
FF stops complaining.

However, the fix looks very broken to me.

backup/restore_form.html

index 9c8c0806d274113f7c9d83a1be477442084eed4c..1736606c31a977247a5c18d3daa3763d0a919ad4 100644 (file)
@@ -503,7 +503,7 @@ function selectItemInCheckboxByName(formId, checkName, checked ) {
       
     }
 ?>
-</table>
+</td></tr></table>
 
 <hr/>
 <?php