diff --git a/code/editor/EditableLiteralField.php b/code/editor/EditableLiteralField.php index 48b0010..b409042 100644 --- a/code/editor/EditableLiteralField.php +++ b/code/editor/EditableLiteralField.php @@ -48,7 +48,7 @@ class EditableLiteralField extends EditableFormField { function createField() { return new LiteralField("LiteralField[$this->ID]", - "
". $this->Content."
"); + "
". $this->Content."
"); } /** * Populates the default fields.