mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
a16f55b068
commit
719bc5dff4
@ -34,7 +34,7 @@ class TextareaField extends FormField {
|
|||||||
*
|
*
|
||||||
* @return HTML code for the textarea OR span element
|
* @return HTML code for the textarea OR span element
|
||||||
*/
|
*/
|
||||||
function Field() {
|
function Field() {
|
||||||
if($this->readonly) {
|
if($this->readonly) {
|
||||||
$attributes = array(
|
$attributes = array(
|
||||||
'id' => $this->id(),
|
'id' => $this->id(),
|
||||||
|
Loading…
Reference in New Issue
Block a user