From bb09555cdb53a1763d81a968bb214271f50d96ab Mon Sep 17 00:00:00 2001 From: Colby Klein Date: Thu, 23 Jun 2011 19:28:42 -0700 Subject: [PATCH] Forgot to remove this line in my last commit. --- forms/TextareaField.php | 1 - 1 file changed, 1 deletion(-) diff --git a/forms/TextareaField.php b/forms/TextareaField.php index b5a117702..45f267d30 100755 --- a/forms/TextareaField.php +++ b/forms/TextareaField.php @@ -52,7 +52,6 @@ class TextareaField extends FormField { 'id' => $this->id(), 'class' => 'readonly' . ($this->extraClass() ? $this->extraClass() : ''), 'name' => $this->name, - 'tabindex' => $this->getTabIndex(), 'readonly' => 'readonly' );