- Patch #321023 by Everett Zufelt, mgifford: improve accesibility in pager.inc.
parent
66b7e4f95a
commit
534c89f21e
|
@ -308,7 +308,7 @@ function theme_pager($variables) {
|
|||
'data' => $li_last,
|
||||
);
|
||||
}
|
||||
return theme('item_list', array('items' => $items, 'title' => NULL, 'type' => 'ul', 'attributes' => array('class' => array('pager'))));
|
||||
return '<h2 class="element-invisible">' . t('Pages') . '</h2>' . theme('item_list', array('items' => $items, 'title' => NULL, 'type' => 'ul', 'attributes' => array('class' => array('pager'))));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue