From: mudrd8mz Date: Sun, 1 Jun 2008 08:41:51 +0000 (+0000) Subject: Save buttons are tabindexed as well. You don't need to touch the mouse at all ;-... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e222eb89b2e619caf7d4c6bce04a8e1d37280718;p=moodle.git Save buttons are tabindexed as well. You don't need to touch the mouse at all ;-) Merged from MOODLE_19_STABLE --- 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));