mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR: removed trailing newline.
This commit is contained in:
parent
a1b6a8aff2
commit
7418d28bf3
@ -37,6 +37,7 @@ class LiteralField extends DatalessField {
|
||||
|
||||
/**
|
||||
* Sets the content of this field to a new value
|
||||
*
|
||||
* @param string $content
|
||||
*/
|
||||
function setContent($content) {
|
||||
@ -62,6 +63,4 @@ class LiteralField extends DatalessField {
|
||||
$clone->setReadonly(true);
|
||||
return $clone;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user