diff --git a/handlers/views_handler_field.inc b/handlers/views_handler_field.inc index 17477f7..f88b33d 100644 --- a/handlers/views_handler_field.inc +++ b/handlers/views_handler_field.inc @@ -1018,7 +1018,7 @@ If you would like to have the characters \'[\' and \']\' please use the html ent $punctuation = views_punctuation_chars(); foreach ($punctuation as $name => $details) { $details['default'] = VIEWS_HANDLER_PUNCTUATION_REMOVE; - if ($details['value'] == $this->options['alter']['replace_punctuations']) { + if ($details['value'] == $this->options['alter']['replace_punctuation']) { $details['default'] = VIEWS_HANDLER_PUNCTUATION_REPLACE; } if ($name == 'space') {