From 37aa59a932bbaffc7eca126cd38deaddf9e6808e Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Tue, 19 Dec 2006 02:34:38 +0000 Subject: [PATCH] no need to use javascript for a submit button --- mod/lesson/locallib.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/mod/lesson/locallib.php b/mod/lesson/locallib.php index b41ba9ae47..26d72f171c 100644 --- a/mod/lesson/locallib.php +++ b/mod/lesson/locallib.php @@ -411,14 +411,7 @@ function lesson_print_submit_link($name, $form, $align = 'center', $class='stand } $output = "
\n"; - $output .= " - \n"; + $output .= ""; $output .= "
\n"; if ($return) { -- 2.39.5