diff --git a/core/modules/views/src/Plugin/views/field/FieldPluginBase.php b/core/modules/views/src/Plugin/views/field/FieldPluginBase.php index 4773753..e1c46cf 100644 --- a/core/modules/views/src/Plugin/views/field/FieldPluginBase.php +++ b/core/modules/views/src/Plugin/views/field/FieldPluginBase.php @@ -1104,8 +1104,7 @@ public function preRender(&$values) { } * {@inheritdoc} */ public function render(ResultRow $values) { - $value = $this->getValue($values); - return $this->sanitizeValue($value); + return $this->getValue($values); } /**