From 719bc5dff4275cfb2d821bb64286d1f8ef522783 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Mon, 20 Oct 2008 10:32:14 +0000 Subject: [PATCH] MINOR whitespace removal git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64555 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- forms/TextareaField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),