diff --git a/libraries/classes/Display/Results.php b/libraries/classes/Display/Results.php index e01438264b..10050acb23 100644 --- a/libraries/classes/Display/Results.php +++ b/libraries/classes/Display/Results.php @@ -723,10 +723,15 @@ class Results * _getMoveForwardButtonsForTableNavigation() */ private function _getTableNavigationButton( - $caption, $title, $pos, $html_sql_query, $back, $onsubmit = '', - $input_for_real_end = '', $onclick = '' + $caption, + $title, + $pos, + $html_sql_query, + $back, + $onsubmit = '', + $input_for_real_end = '', + $onclick = '' ) { - $caption_output = ''; if ($back) { if (Util::showIcons('TableNavigationLinksMode')) { @@ -743,29 +748,21 @@ class Results $caption_output .= ' ' . $caption; } } - $title_output = ' title="' . $title . '"'; - - return '