From e222eb89b2e619caf7d4c6bce04a8e1d37280718 Mon Sep 17 00:00:00 2001 From: mudrd8mz Date: Sun, 1 Jun 2008 08:41:51 +0000 Subject: [PATCH] Save buttons are tabindexed as well. You don't need to touch the mouse at all ;-) Merged from MOODLE_19_STABLE --- admin/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/lang.php b/admin/lang.php index 1f134e30e8..ec252d931a 100644 --- a/admin/lang.php +++ b/admin/lang.php @@ -555,7 +555,7 @@ $linescounter++ ; if (LANG_SUBMIT_REPEAT && $editable && $linescounter % LANG_SUBMIT_REPEAT_EVERY == 0) { $o .= ' 
'; - $o .= ''; + $o .= ''; $o .= '
 '; } $envalue = nl2br(htmlspecialchars($envalue)); -- 2.39.5