From 3d9b76498718cebc176568f8be0708918f3461bb Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Tue, 27 Oct 2009 09:38:38 +0000 Subject: [PATCH] BUGFIX: added ID to literal field html to allow the js validation to apply --- code/editor/EditableLiteralField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/editor/EditableLiteralField.php b/code/editor/EditableLiteralField.php index e496d96..72f7a74 100644 --- a/code/editor/EditableLiteralField.php +++ b/code/editor/EditableLiteralField.php @@ -21,7 +21,7 @@ class EditableLiteralField extends EditableFormField { function getFormField() { return new LiteralField("LiteralField[$this->ID]", - "
". $this->getSetting('Content') ."
"); + "
". $this->getSetting('Content') ."
"); } } ?> \ No newline at end of file