diff --git a/code/model/editableformfields/EditableLiteralField.php b/code/model/editableformfields/EditableLiteralField.php index 9401fc5..2c80277 100644 --- a/code/model/editableformfields/EditableLiteralField.php +++ b/code/model/editableformfields/EditableLiteralField.php @@ -145,7 +145,7 @@ class EditableLiteralField extends EditableFormField Convert::raw2htmlname($this->Name), Convert::raw2att($classes), $label, - $this->Content + $this->dbObject('Content')->forTemplate() ) );