MINOR: removed trailing newline.

This commit is contained in:
Will Rossiter 2011-08-30 12:41:50 +12:00 committed by Ingo Schommer
parent a1b6a8aff2
commit 7418d28bf3

View File

@ -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;
}
}
?>
}