Issue #1557926 by ditcheva, pdcarto: Added CSS class to read-more link on trimmed text field.

8.0.x
patdunlavey 2012-07-16 10:00:56 +02:00 committed by Tim Plunkett
parent 2a8a18d639
commit 517784a79d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}