MINOR whitespace removal

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64555 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2008-10-20 10:32:14 +00:00
parent a16f55b068
commit 719bc5dff4

View File

@ -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(),