Loading handlers/views_handler_field.inc +1 −1 Original line number Diff line number Diff line Loading @@ -1193,7 +1193,7 @@ If you would like to have the characters \'[\' and \']\' please use the html ent $value = $this->render_altered($alter, $tokens); } if (!empty($this->options['alter']['trim_whitespace'])) { if (!is_null($value) && !empty($this->options['alter']['trim_whitespace'])) { $value = trim($value); } Loading Loading
handlers/views_handler_field.inc +1 −1 Original line number Diff line number Diff line Loading @@ -1193,7 +1193,7 @@ If you would like to have the characters \'[\' and \']\' please use the html ent $value = $this->render_altered($alter, $tokens); } if (!empty($this->options['alter']['trim_whitespace'])) { if (!is_null($value) && !empty($this->options['alter']['trim_whitespace'])) { $value = trim($value); } Loading