diff --git a/modules/backend/widgets/Lists.php b/modules/backend/widgets/Lists.php index 1ea0bf1d5..308629924 100644 --- a/modules/backend/widgets/Lists.php +++ b/modules/backend/widgets/Lists.php @@ -774,7 +774,15 @@ class Lists extends WidgetBase // /** - * Process as boolean switch + * Process as text, escape the value + */ + protected function evalTextTypeValue($record, $column, $value) + { + return htmlentities($value, ENT_QUOTES, 'UTF-8', false); + } + + /** + * Process as partial reference */ protected function evalPartialTypeValue($record, $column, $value) {