From 92cfecea74fabb97a911f9b897214c4a0283f7d1 Mon Sep 17 00:00:00 2001 From: mudrd8mz Date: Sun, 1 Jun 2008 08:38:58 +0000 Subject: [PATCH] Save buttons are tabindexed as well. You don't need to touch the mouse at all ;-) --- admin/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/lang.php b/admin/lang.php index 8d5f9c0bd7e..fcf1d4ff914 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));