From 534c89f21e46116d1a627057158ca1fd02b129a6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 31 Oct 2009 18:12:26 +0000 Subject: - Patch #321023 by Everett Zufelt, mgifford: improve accesibility in pager.inc. --- includes/pager.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/pager.inc') diff --git a/includes/pager.inc b/includes/pager.inc index f9c477a08..21331ba03 100644 --- a/includes/pager.inc +++ b/includes/pager.inc @@ -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 '

' . t('Pages') . '

' . theme('item_list', array('items' => $items, 'title' => NULL, 'type' => 'ul', 'attributes' => array('class' => array('pager')))); } } -- cgit v1.2.3