fixed value loading for textarea

This commit is contained in:
Jonathan Labreuille
2016-06-28 16:17:20 +02:00
parent d15473a8e4
commit ba15db9829

View File

@ -21,7 +21,7 @@ class Textarea extends Base {
$html .= static::getInputModifiers($block);
$html .= '></textarea>';
$html .= '>'.static::getFieldValue($block).'</textarea>';
$html .= '</p>';