I suggest we do the following, my users were complaining...

  return '<span class="next">'. l('»', $url, $attributes) .'</span>';

with

  return '<span class="next" Title="View the next month">'. l('>>', $url, $attributes) .'</span>';

and

  return '<span class="prev">'. l('«', $url, $attributes) .'</span>';

with

  return '<span class="prev" Title="View the previous month">'. l('<<', $url, $attributes) .'</span>';

Comments

japerry’s picture

Status: Needs review » Closed (outdated)

Event for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.