diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/locale.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/locale.inc b/includes/locale.inc index 7c4f7b000..0bacb47e3 100644 --- a/includes/locale.inc +++ b/includes/locale.inc @@ -1065,12 +1065,9 @@ function _locale_string_seek() { } } - if ($pager = theme('pager', NULL, 50, 0, $request)) { - $rows[] = array(array('data' => "$pager", 'colspan' => '5')); - } - $output .= theme('table', $header, $rows); + $output .= theme('pager', NULL, 50, 0, $request); } return $output; |