diff --git a/forms/TextareaField.php b/forms/TextareaField.php index f6b8f6edc..53f5244c0 100755 --- a/forms/TextareaField.php +++ b/forms/TextareaField.php @@ -34,7 +34,7 @@ class TextareaField extends FormField { * * @return HTML code for the textarea OR span element */ - function Field() { + function Field() { if($this->readonly) { $attributes = array( 'id' => $this->id(),