diff --git a/handlers/views_handler_field.inc b/handlers/views_handler_field.inc index 5cd82d8be5ee..428e3b97bdf8 100644 --- a/handlers/views_handler_field.inc +++ b/handlers/views_handler_field.inc @@ -1231,7 +1231,7 @@ If you would like to have the characters \'[\' and \']\' please use the html ent $more_link_path = drupal_substr($more_link_path, drupal_strlen($base_path)); } - $more_link = l($more_link_text, $more_link_path); + $more_link = l($more_link_text, $more_link_path, array('attributes' => array('class' => array('views-more-link')))); $suffix .= " " . $more_link; }