From: dongsheng <dongsheng> Date: Thu, 26 Jun 2008 08:59:20 +0000 (+0000) Subject: "MDL-15424, fix html tag" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e30873753cc58b15660a6b2666bb77ae9c7b556d;p=moodle.git "MDL-15424, fix html tag" --- diff --git a/calendar/event_delete.html b/calendar/event_delete.html index 0ba12324e2..8d013ba942 100644 --- a/calendar/event_delete.html +++ b/calendar/event_delete.html @@ -40,7 +40,7 @@ <form method="get" action="view.php" id="cancel"> <p> - <input type="submit" value=" <?php print_string('cancel') ?> "> + <input type="submit" value=" <?php print_string('cancel') ?> " /> <input type="hidden" name="view" value="day" /> <input type="hidden" name="cal_m" value="<?php echo $m; ?>" /> <input type="hidden" name="cal_d" value="<?php echo $d; ?>" />