]> git.mjollnir.org Git - moodle.git/commitdiff
login form: Fix closing TR
authormartinlanghoff <martinlanghoff>
Thu, 21 Dec 2006 02:20:28 +0000 (02:20 +0000)
committermartinlanghoff <martinlanghoff>
Thu, 21 Dec 2006 02:20:28 +0000 (02:20 +0000)
opening TR is not conditional, so the closing one should not be conditional
either. Fixes XHTML compliance.

login/index_form.html

index 8696b391b2bd95089358d578b43ad2c22b52dc3d..8ba140e388f0a48894a362548d53623b84e5c0de 100644 (file)
 <?php            }
           }
 ?>
-    </td></tr>
+    </td>
 <?php } ?>
+</tr>
 </table>