diff --git a/lib/Form/Block/Textarea.php b/lib/Form/Block/Textarea.php index d9f9728f8e..8ea90fb07b 100644 --- a/lib/Form/Block/Textarea.php +++ b/lib/Form/Block/Textarea.php @@ -21,7 +21,7 @@ class Textarea extends Base { $html .= static::getInputModifiers($block); - $html .= '>'; + $html .= '>'.static::getFieldValue($block).''; $html .= '

';